Skip to content

Commit

Permalink
ci: fix indentation in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 18, 2024
1 parent f3bb382 commit 331dd50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ build_switch() {
}

if [ -z "${1}" ]; then
for d in ci/docker/*; do
run "${d}"
done
for d in ci/docker/*; do
run "${d}"
done
else
if [ "${1}" != "switch" ]; then
run "${1}"
else
build_switch
fi
if [ "${1}" != "switch" ]; then
run "${1}"
else
build_switch
fi
fi

0 comments on commit 331dd50

Please sign in to comment.