Skip to content

Commit

Permalink
remove slash from S3CMD_SOURCE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoAnunciacao authored Jun 13, 2022
1 parent 0ef39cf commit 6a4f612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ main() {
if [ -z "$S3CMD_SOURCE_DIR" ]; then
FILES_SOURCE_DIR="./*"
else
FILES_SOURCE_DIR="./$S3CMD_SOURCE_DIR/"
FILES_SOURCE_DIR="./$S3CMD_SOURCE_DIR"
fi

if [ -n "$S3CMD_CF_INVALIDATE" ]; then
Expand Down

0 comments on commit 6a4f612

Please sign in to comment.