lib/percheron/commands/restart.rb in percheron-0.7.6 vs lib/percheron/commands/restart.rb in percheron-0.7.7

- old
+ new

@@ -4,10 +4,10 @@ default_parameters! def execute super - stack.restart!(container_names: container_names) + stack.restart!(unit_names: unit_names) end end end end