Skip to content

Commit

Permalink
small output fix for sync.sh (no EOL after "json")
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Mar 10, 2016
1 parent 61346f4 commit 6a6f860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/build/_util/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ echo "
WARNING: POTENTIALLY DESTRUCTIVE ACTION!
The following packages will be IGNORED:
$(IFS=$'\n'; echo "${ignore_manifests[*]:-(none)}" | sed -e 's/^/ - /' -e 's/.composer.json$//')
$(IFS=$'\n'; echo "${ignore_manifests[*]:-(none)}" | sed -e 's/^/ - /' -e 's/.composer.json//')
The following packages will be ADDED
from s3://${src_bucket}/${src_prefix}
Expand Down

0 comments on commit 6a6f860

Please sign in to comment.