Skip to content

Commit 0f379fa

Browse files
committed
add trailing slash
Signed-off-by: Jessica Frazelle <[email protected]>
1 parent 9211fc3 commit 0f379fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ EOF
289289
# Upload the index script
290290
release_index() {
291291
echo "Releasing index"
292-
url="$(s3_url)" hack/make.sh install-script
292+
url="$(s3_url)/" hack/make.sh install-script
293293
write_to_s3 "s3://$BUCKET_PATH/index" < "bundles/$VERSION/install-script/install.sh"
294294
}
295295

0 commit comments

Comments
 (0)