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

- old
+ new

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