Skip to content

Commit 4207319

Browse files
authored
Merge pull request #141 from Potafe/main
fix: entrypoint
2 parents f516ecc + f491788 commit 4207319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ python3 /app/spdxmerge/SPDXMerge.py \
2222
--email "$EMAIL" \
2323
--docnamespace "$DOCNAMESPACE" \
2424
--filetype "$FILETYPE" \
25-
--rootdocpath "ROOTPATH"
25+
--rootdocpath "$ROOTPATH"

0 commit comments

Comments
 (0)