Skip to content

Commit

Permalink
repositories: remove linebreak before if
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Sieber authored and Christoph Sieber committed Apr 11, 2023
1 parent 8f955a4 commit 9dad79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template.d/11_repositories
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## repositories
RUN if [ -n "${REPOSITORIES}" ]; then \
IFS=';' && \
\
for REPOSITORY in ${REPOSITORIES[@]}; \
do \
declare -u REPO="${REPOSITORY}" && \
Expand Down

0 comments on commit 9dad79b

Please sign in to comment.