Browse Source

Merge pull request #19666 from jfrazelle/19620-fix-url

add trailing slash
Brian Goff 9 years ago
parent
commit
d02ed72e30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/release.sh

+ 1 - 1
hack/release.sh

@@ -289,7 +289,7 @@ EOF
 # Upload the index script
 release_index() {
 	echo "Releasing index"
-	url="$(s3_url)" hack/make.sh install-script
+	url="$(s3_url)/" hack/make.sh install-script
 	write_to_s3 "s3://$BUCKET_PATH/index" < "bundles/$VERSION/install-script/install.sh"
 }