lib/percheron/commands/recreate.rb in percheron-0.7.6 vs lib/percheron/commands/recreate.rb in percheron-0.7.7
- old
+ new
@@ -4,10 +4,10 @@
default_create_parameters!
def execute
super
- stack.recreate!(container_names: container_names, start: start?)
+ stack.recreate!(unit_names: unit_names, start: start?)
end
end
end
end