Skip to content

Commit 70d8e38

Browse files
authored
fix duplicate whitespace in dry run message (#102)
1 parent 54476a7 commit 70d8e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/private/s3_sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fi
174174

175175
[[ "${dry_run}" == "true" ]] &&
176176
warn <<-'EOF'
177-
This is a dry run. No artifacts will be copied. To copy artifacts, run
177+
This is a dry run. No artifacts will be copied. To copy artifacts, run
178178
with '--nodry_run'.
179179
bazel run --config=release //path/to/this:tool -- --nodry_run
180180

0 commit comments

Comments
 (0)