Commit to the correct s3 folder, not file

This commit is contained in:
Lars Bergstrom 2016-06-30 16:24:36 -05:00
parent d3a1a4ec7d
commit 041cf80a70

View file

@ -12,7 +12,7 @@ usage() {
upload() {
s3cmd put "${2}" "s3://servo-builds/nightly/${1}"
s3cmd put "${2}" "s3://servo-builds/nightly/${1}/"
}