Fix module name
This commit is contained in:
parent
976149b9a4
commit
1797798760
|
@ -3,7 +3,7 @@ module VagrantPlugins
|
|||
module Cap
|
||||
class ChangeHostName
|
||||
|
||||
extend Vagrant::Util::GuestInspection
|
||||
extend Vagrant::Util::GuestInspection::Linux
|
||||
|
||||
def self.change_host_name(machine, name)
|
||||
comm = machine.communicate
|
||||
|
|
Loading…
Reference in New Issue