Skip to content

Commit 35e52e2

Browse files
committed
typo
1 parent 5163035 commit 35e52e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ helm upgrade --install argocd argo/argo-cd --version 7.8.23 -n argocd --create-n
9191
kubectl apply -f https://raw.githubusercontent.com/${REPO}/refs/heads/${BRANCH}/apps/argo/ingress.yaml
9292

9393
if [[ ${APPS} ]]; then
94-
for APP in APPS; do
94+
for APP in $APPS; do
9595
kubectl apply -f https://raw.githubusercontent.com/${REPO}/refs/heads/${BRANCH}/apps/${APP}/app.yaml -n argocd
9696
done
9797
fi

0 commit comments

Comments
 (0)