Skip to content

Commit

Permalink
Merge pull request #80 from Apollorion/master
Browse files Browse the repository at this point in the history
feat(src): fix input path issue
  • Loading branch information
cxMiguelSilva authored Feb 3, 2023
2 parents 67e423c + b53ca4e commit 645be6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ -z "$INPUT_PATH" ]; then
echo "${DATETIME} - ERR input path can't be empty"
exit 1
else
INPUT_PATH=$(echo $INPUT_PATH | sed -e 's/^"//' -e 's/"$//')
INPUT_PARAM="-p $INPUT_PATH"
fi

Expand Down

0 comments on commit 645be6f

Please sign in to comment.