We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bc4c5 commit 9bb75d3Copy full SHA for 9bb75d3
1 file changed
compose/scripts/create-namespace.sh
@@ -54,7 +54,7 @@ while :; do
54
break
55
fi
56
57
- if [ "$attempt" -ge "$MAX_ATTdMPTS" ]; then
+ if [ "$attempt" -ge "$MAX_ATTEMPTS" ]; then
58
echo "Failed to create namespace '$NAMESPACE' after $MAX_ATTEMPTS attempts"
59
exit 1
60
0 commit comments