Skip to content

Commit 2e354bb

Browse files
committed
Fix missing escaped newline.
1 parent ec10de3 commit 2e354bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
200200
"org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source" \
201201
"org.opencontainers.image.version"="2.2.0" \
202202
"org.opencontainers.image.authors"="[email protected]" \
203-
"org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0"
203+
"org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
204204
"org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html"
205205

206206

0 commit comments

Comments
 (0)