From 848c3a7e14cb7558c93d19387f21759eb30afa2a Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 23 Aug 2024 09:50:31 -0700 Subject: [PATCH] make comment more explainy --- .github/workflows/deploy-jupyterhub-base-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-jupyterhub-base-images.yaml b/.github/workflows/deploy-jupyterhub-base-images.yaml index d40283e11..97bc73f97 100644 --- a/.github/workflows/deploy-jupyterhub-base-images.yaml +++ b/.github/workflows/deploy-jupyterhub-base-images.yaml @@ -91,7 +91,7 @@ jobs: while read deployment; do for ignored in "${ignored_directories[@]}"; do if [[ "${deployment}" == "${ignored}" ]]; then - continue 2 # skip to the next "read deployment" + continue 2 # skip to the next "while read deployment" fi done echo "Pretending to deploy base hub image to ${deployment} :P"