lib/sfn/command/destroy.rb in sfn-1.0.2 vs lib/sfn/command/destroy.rb in sfn-1.0.4

- old
+ new

@@ -42,10 +42,10 @@ poll_stack(stacks.first) else ui.error "Stack polling is not available when multiple stack deletion is requested!" end end - ui.info " -> Destroyed Cloud Formation#{plural}: #{ui.color(stacks.join(', '), :bold, :red)}" + ui.info " -> Destroyed SparkleFormation#{plural}: #{ui.color(stacks.join(', '), :bold, :red)}" end # Cleanup persisted templates if nested stack resources are included def nested_stack_cleanup!(stack) stack.nested_stacks.each do |n_stack|