Skip to content

Commit 0de184f

Browse files
committed
Fix typo
1 parent cfd65ad commit 0de184f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-fortis-pipeline/ops/create-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ chmod +x "${backup_upgrade_script}"
223223
while :; do
224224
services_pod="$(kubectl get po --selector='io.kompose.service=project-fortis-services' -o jsonpath='{.items[0].metadata.name}')"
225225

226-
if kubectl exec "${services_pod}" -- /usr/bin/wget -qO- "${feature_service_host}/features/name/paris" > /dev/null; do
226+
if kubectl exec "${services_pod}" -- /usr/bin/wget -qO- "${feature_service_host}/features/name/paris" > /dev/null; then
227227
break
228228
else
229229
echo "featureService not yet available, waiting..."

0 commit comments

Comments
 (0)