Skip to content

Commit b53ca4e

Browse files
feat(src): fix output path issue
1 parent 67e423c commit b53ca4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -z "$INPUT_PATH" ]; then
88
echo "${DATETIME} - ERR input path can't be empty"
99
exit 1
1010
else
11+
INPUT_PATH=$(echo $INPUT_PATH | sed -e 's/^"//' -e 's/"$//')
1112
INPUT_PARAM="-p $INPUT_PATH"
1213
fi
1314

0 commit comments

Comments
 (0)