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 4580609 commit 50cc413
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 @@ -7,7 +7,7 @@ function stop(){
balloonName=$(setBalloonName "$1")
if ! isBalloonNameValid "$balloonName"; then
echo "Please provide a valid balloon name"
exit 1
exit 0
fi

instanceId=$(getValueByAttribute $balloonName instanceId)
Expand Down

0 comments on commit 50cc413

Please sign in to comment.