Skip to content

Commit 52db455

Browse files
committed
Fix multi-line command
1 parent f62ad43 commit 52db455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/pulp/stable/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ RUN ln $(pip3 show pulp_container | sed -n -e 's/Location: //p')/pulp_container/
4343
RUN ln $(pip3 show pulp_python | sed -n -e 's/Location: //p')/pulp_python/app/webserver_snippets/nginx.conf /etc/nginx/pulp/pulp_python.conf
4444

4545
RUN <<EOF
46-
if [[ "$PULP_UI_URL" ]]; then
46+
if [[ "$PULP_UI_URL" ]]; then
4747
mkdir -p "${PULP_STATIC_ROOT}pulp_ui"
4848
curl -Ls $PULP_UI_URL | tar -xzv -C "${PULP_STATIC_ROOT}pulp_ui"
49-
fi
49+
fi
5050
EOF

0 commit comments

Comments
 (0)