Skip to content

Commit 71fd125

Browse files
authored
Update S3 Bucket
1 parent ce919e1 commit 71fd125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replicate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
mkdir -p "$DESTINATION"
1616

17-
aws s3 sync "s3://download.pivotal.io" "$DESTINATION" --no-sign-request --exclude "*" \
17+
aws s3 sync "s3://java-buildpack.cloudfoundry.org" "$DESTINATION" --no-sign-request --exclude "*" \
1818
--include "auto-reconfiguration/*" \
1919
--include "client-certificate-mapper/*" \
2020
--include "container-customizer/*" \

0 commit comments

Comments
 (0)