lib/opskeleton/deploy_scp.rb in opskeleton-0.8.10 vs lib/opskeleton/deploy_scp.rb in opskeleton-0.8.11

- old
+ new

@@ -36,9 +36,10 @@ rescue Exception => e say("failed to deploy due to #{e}") end else say('package is missing please run opsk package first') + exit(1) end end end