mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix failure output
This commit is contained in:
@@ -10,7 +10,7 @@ destroy_app(){
|
||||
}
|
||||
|
||||
failed(){
|
||||
echo "************ Deploying $1 failed ************"
|
||||
echo "************ $1 failed ************"
|
||||
destroy_app
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user