unnecessary '!'
This commit is contained in:
parent
632349710e
commit
aeb1fa7ecb
|
@ -128,7 +128,7 @@ module VagrantPlugins
|
||||||
if Vagrant::Util::Platform.windows?
|
if Vagrant::Util::Platform.windows?
|
||||||
# On Windows, Ruby just uses normal '/' for path seps, so
|
# On Windows, Ruby just uses normal '/' for path seps, so
|
||||||
# just replace normal Windows style seps with Unix ones.
|
# just replace normal Windows style seps with Unix ones.
|
||||||
hostpath = hostpath.to_s.gsub!("\\", "/")
|
hostpath = hostpath.to_s.gsub("\\", "/")
|
||||||
end
|
end
|
||||||
|
|
||||||
options ||= {}
|
options ||= {}
|
||||||
|
|
Loading…
Reference in New Issue