Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Nov 14, 2024
1 parent 24655e6 commit 1991c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/tps_check_lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ do
((retry_count++))
if [ $retry_count -gt 40 ]
then
echo "❌ Could not aquire deployment lock for \"$component_name\" after retrying for 10-minutes." >&2
echo "❌ Could not get deployment lock for \"$component_name\" after retrying for 10-minutes." >&2
exit 2
fi
echo Response status $response_status: $(cat tpsGetLock_response.txt) >&2
Expand Down

0 comments on commit 1991c07

Please sign in to comment.