We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24655e6 commit 1991c07Copy full SHA for 1991c07
scripts/release/tps_check_lock
@@ -53,7 +53,7 @@ do
53
((retry_count++))
54
if [ $retry_count -gt 40 ]
55
then
56
- 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
57
exit 2
58
fi
59
echo Response status $response_status: $(cat tpsGetLock_response.txt) >&2
0 commit comments