lib/percheron/commands/start.rb in percheron-0.7.16 vs lib/percheron/commands/start.rb in percheron-0.8.0
- old
+ new
@@ -4,10 +4,10 @@
default_parameters!
def execute
super
- stack.start!(unit_names: unit_names)
+ runit { stack.start!(unit_names: unit_names) }
end
end
end
end