providers/docker: make sure command isn't scoped
This commit is contained in:
parent
61caaa00c6
commit
b2f9e86135
|
@ -28,6 +28,7 @@ module VagrantPlugins
|
|||
|
||||
# Parse out the extra args to send to SSH, which is everything
|
||||
# after the "--"
|
||||
command = nil
|
||||
split_index = @argv.index("--")
|
||||
if split_index
|
||||
command = @argv.drop(split_index + 1)
|
||||
|
|
Loading…
Reference in New Issue