From 3ccbb3d24b6473bda1427edb0d364bd080be46a9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 15 Sep 2021 02:20:26 +0900 Subject: [PATCH] Fix typo in command.rb separater -> separator --- plugins/commands/upload/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/upload/command.rb b/plugins/commands/upload/command.rb index a6a408990..6bf3e92bf 100644 --- a/plugins/commands/upload/command.rb +++ b/plugins/commands/upload/command.rb @@ -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)