diff --git a/entrypoint.sh b/entrypoint.sh index fb6d33b..34574bd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -39,7 +39,7 @@ EOF # Sync using our dedicated profile and suppress verbose messages. # All other flags are optional via the `args:` directive. -sh -c "aws s3 rm s3://${AWS_S3_BUCKET}/${DEST_DIR} \ +sh -c "aws s3 rm s3://${AWS_S3_BUCKET}/${DEST_DIR}/ \ --profile s3-rm-action \ ${ENDPOINT_APPEND} $*"