lib/deploy-context/context/deploy.rb in deploy-context-2.0.4 vs lib/deploy-context/context/deploy.rb in deploy-context-2.0.5.1.g566bf75

- old
+ new

@@ -71,10 +71,10 @@ end end if state_action puts "Action #{action} executed correctly in context #{context}" else - abort!("Failed to execute action #{action} in context #{context}") + abort("Failed to execute action #{action} in context #{context}") end end end end