Skip to content

Commit 1991c07

Browse files
committed
fix spelling
1 parent 24655e6 commit 1991c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/tps_check_lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ do
5353
((retry_count++))
5454
if [ $retry_count -gt 40 ]
5555
then
56-
echo "❌ Could not aquire deployment lock for \"$component_name\" after retrying for 10-minutes." >&2
56+
echo "❌ Could not get deployment lock for \"$component_name\" after retrying for 10-minutes." >&2
5757
exit 2
5858
fi
5959
echo Response status $response_status: $(cat tpsGetLock_response.txt) >&2

0 commit comments

Comments
 (0)