mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add trailing slash
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
9211fc36a9
commit
0f379fab31
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ EOF
|
||||||
# Upload the index script
|
# Upload the index script
|
||||||
release_index() {
|
release_index() {
|
||||||
echo "Releasing 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"
|
write_to_s3 "s3://$BUCKET_PATH/index" < "bundles/$VERSION/install-script/install.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue