Skip to content

Commit 06b8f38

Browse files
committed
Fix download URL?
1 parent 9164d2b commit 06b8f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-setup-solr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chmod +x $APP_NAME/.profile
2424
chmod +x $APP_NAME/cloud-service-broker
2525

2626
# Add the brokerpak(s)
27-
(cd $APP_NAME && curl -f -LO https://github.com/GSA/datagov-brokerpak-solr/releases/download/${DATAGOV_BROKERPAK_SOLR_VERSION}/datagov-brokerpak-solr-${DATAGOV_BROKERPAK_SOLR_VERSION}.brokerpak)
27+
(cd $APP_NAME && curl -f -LO https://github.com/GSA-TTS/datagov-brokerpak-solr/releases/download/${DATAGOV_BROKERPAK_SOLR_VERSION}/datagov-brokerpak-solr-${DATAGOV_BROKERPAK_SOLR_VERSION}.brokerpak)
2828

2929

3030
# Create a manifest for pushing by hand, if necessary

0 commit comments

Comments
 (0)