lib/percheron/commands/restart.rb in percheron-0.6.3 vs lib/percheron/commands/restart.rb in percheron-0.6.4

- old
+ new

@@ -4,10 +4,10 @@ default_parameters! def execute opts = { container_names: container_names } - Percheron::Stack.new(config, stack_name).restart!(opts) + stack.restart!(opts) end end end end