lib/percheron/commands/shell.rb in percheron-0.7.16 vs lib/percheron/commands/shell.rb in percheron-0.8.0

- old
+ new

@@ -6,10 +6,10 @@ parameter('UNIT_NAME', 'unit name', required: true) option('--command', 'COMMAND', 'command', default: Percheron::Actions::Shell::DEFAULT_COMMAND) def execute super - stack.shell!(unit_name, command: command) + stack.shell!(unit_name, raw_command: command) rescue Errors::DockerClientInvalid => e signal_usage_error(e.message) end end end