瀏覽代碼

add trailing slash

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Jessica Frazelle 9 年之前
父節點
當前提交
0f379fab31
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
 }