Skip to content

Commit a0d203c

Browse files
Merge pull request #77 from dipalpat/patch-1
Switch S3 bucket to a new bucket
2 parents ce919e1 + 71fd125 commit a0d203c

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)