Skip to content

Commit

Permalink
content: update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Nov 24, 2024
1 parent cafe2b9 commit 02cadc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-deployment-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for ((i = 1; i <= timeout_secs; i++)); do
pos=$((i % ${#spinner}))
printf "\r%s [%s] %s" "${spinner:$pos:1}" "$workflow_name" "$run_status"
done
printf "\r" # remove progress-message/spinner
printf "\33[2K\r" # remove progress-message/spinner

#───────────────────────────────────────────────────────────────────────────────

Expand Down

0 comments on commit 02cadc0

Please sign in to comment.