Skip to content

Commit 3bf5c68

Browse files
committed
feat: refine message
1 parent adc146d commit 3bf5c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function pollForSpecificServiceUpdate() {
7171
DEPLOYMENT=$(echo "$RESPONSE" | jq -r --arg deploymentId "$1" '.services[]?.deployments[] | select(.id==$deploymentId)')
7272

7373
if [ -z "$DEPLOYMENT" ]; then
74-
echo -e "${ORANGE}Deployment with ID $1 could not be found. Likely replaced by a manual or external deployment.";
74+
echo -e "${ORANGE}Deployment with ID $1 was cancelled, missing or replaced by another.";
7575
echo -e "${ORANGE}Exiting polling loop. Please verify deployment status in the AWS Console."
7676
exit 0;
7777
fi

0 commit comments

Comments
 (0)