Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 3a07d25

Browse files
committed
remove extra 's3://' in s3_uri
1 parent 25a9245 commit 3a07d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function s3_uri() {
5858
PREFIX_PARTS=(${PREFIX_PARTS[@]})
5959
PREFIX=$(printf '/%s' "${PREFIX_PARTS[@]%/}")
6060

61-
echo "s3://${BUCKET%/}/${PREFIX:1}"
61+
echo "${BUCKET%/}/${PREFIX:1}"
6262
}
6363

6464
function s3_sync() {

0 commit comments

Comments
 (0)