fix indentation (using spaces instead of tabs)
This commit is contained in:
parent
a426b8503a
commit
02758e32f0
|
@ -11,7 +11,6 @@ module VagrantPlugins
|
|||
move_cmd = 'mv'
|
||||
elsif (machine.communicate.test("test -d $Env:SystemRoot"))
|
||||
realhostfile = "#{ENV['WINDIR']}\\System32\\drivers\\etc\\hosts"
|
||||
|
||||
move_cmd = 'mv -force'
|
||||
else
|
||||
realhostfile = '/etc/hosts'
|
||||
|
|
Loading…
Reference in New Issue