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

- old
+ new

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