diff --git a/plugins/commands/push/command.rb b/plugins/commands/push/command.rb index 455b6fadc..dabe74bb6 100644 --- a/plugins/commands/push/command.rb +++ b/plugins/commands/push/command.rb @@ -51,7 +51,8 @@ module VagrantPlugins if pushes.length == 1 return pushes.first.to_sym else - raise Vagrant::Errors::PushStrategyNotProvided, pushes: pushes + raise Vagrant::Errors::PushStrategyNotProvided, + pushes: pushes.map(&:to_s) end end