fix indentation (using spaces instead of tabs)

This commit is contained in:
Paulo Bittencourt 2013-11-18 12:47:10 -05:00
parent a426b8503a
commit 02758e32f0
1 changed files with 4 additions and 5 deletions

View File

@ -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'