Skip to content

Commit

Permalink
Stop using cname: Remove extra slash in s3host (#16653)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjb committed Mar 19, 2019
1 parent f2509e1 commit d02a402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/prerelease/build_app.sh
Expand Up @@ -35,7 +35,7 @@ if [ ! "$bucket_name" = "" ]; then
echo "Bucket name: $bucket_name"
fi

s3host="https://s3.amazonaws.com/$bucket_name/"
s3host="https://s3.amazonaws.com/$bucket_name"

build_dir_keybase="/tmp/build_keybase"
build_dir_kbfs="/tmp/build_kbfs"
Expand Down

0 comments on commit d02a402

Please sign in to comment.