Fix typo in command.rb
separater -> separator
This commit is contained in:
parent
cfa8722007
commit
3ccbb3d24b
@ -52,7 +52,7 @@ module VagrantPlugins
|
||||
end
|
||||
|
||||
# NOTE: We do this to handle paths on Windows like: "..\space dir\"
|
||||
# because the final separater acts to escape the quote and ends up
|
||||
# because the final separator acts to escape the quote and ends up
|
||||
# in the source value.
|
||||
source = source.sub(/["']$/, "")
|
||||
destination ||= File.basename(source)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user