Fix typo in command.rb

separater -> separator
This commit is contained in:
Ikko Ashimine 2021-09-15 02:20:26 +09:00 committed by GitHub
parent cfa8722007
commit 3ccbb3d24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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