Skip to content

Commit 74c4a22

Browse files
committed
Replace sensitive term in cleanup.sh
1 parent cf43a4c commit 74c4a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ STATUS=$(aws cloudformation describe-stacks --stack-name "$STACK_NAME" \
7474
if [ "$STATUS" = "NONE" ] || [ "$STATUS" = "DELETE_COMPLETE" ]; then
7575
echo "Stack $STACK_NAME does not exist."
7676
echo ""
77-
echo "Searching for orphaned resources tagged with this stack name..."
77+
echo "Searching for leftover resources tagged with this stack name..."
7878
echo "(Resources that may have been left behind from a failed deletion)"
7979
echo ""
8080
# Search by tag

0 commit comments

Comments
 (0)