Skip to content

Commit

Permalink
updated aws_s3_sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 5, 2024
1 parent 1890526 commit af14a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_s3_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if [ "$sources_len" != "$destinations_len" ]; then
fi

if [ "${AWS_S3_SYNC_DIFFERENT_PATHS:-}" != true ]; then
timestamp "Sanity check: Verifying source and destination suffixes are the same"
timestamp "Sanity check: Verifying source and destination suffix paths are the same"
for ((i=0; i < sources_len; i++)); do
src="${sources[i]}"
dest="${destinations[i]}"
Expand Down

0 comments on commit af14a4c

Please # to comment.