Skip to content

Commit 9bb75d3

Browse files
committed
Fix typo in create namespace script
1 parent b7bc4c5 commit 9bb75d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/scripts/create-namespace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ while :; do
5454
break
5555
fi
5656

57-
if [ "$attempt" -ge "$MAX_ATTdMPTS" ]; then
57+
if [ "$attempt" -ge "$MAX_ATTEMPTS" ]; then
5858
echo "Failed to create namespace '$NAMESPACE' after $MAX_ATTEMPTS attempts"
5959
exit 1
6060
fi

0 commit comments

Comments
 (0)