Explorar o código

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

add trailing slash
Brian Goff %!s(int64=9) %!d(string=hai) anos
pai
achega
d02ed72e30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 }