Skip to content

Commit

Permalink
Update stop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 25, 2024
1 parent 0325129 commit 84e2561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function stop(){
instanceId=$(getValueByAttribute $balloonName instanceId)

if [ "$instanceId" = "null" ]; then
echo "$balloonName is already deleted"
echo "$balloonName does not exist"
exit 1
fi

Expand Down

0 comments on commit 84e2561

Please sign in to comment.