fix failure output

This commit is contained in:
Michael Hobbs
2014-12-14 14:55:26 -08:00
parent 606bbda66c
commit d3e18d3362

View File

@@ -10,7 +10,7 @@ destroy_app(){
}
failed(){
echo "************ Deploying $1 failed ************"
echo "************ $1 failed ************"
destroy_app
exit 1
}