Merge pull request #17251 from tiborvass/fix-release-script

release: fix bash bug in script
This commit is contained in:
Jess Frazelle 2015-10-21 13:08:50 -07:00
commit f33678d1bf
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ EOF
fi
# Upload repo
s3cmd --acl-public "$s3Headers" sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
s3cmd --acl-public $s3Headers sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
cat <<EOF | write_to_s3 s3://$BUCKET/ubuntu/index
echo "# WARNING! This script is deprecated. Please use the script"
echo "# at https://get.docker.com/"