summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOLFDB <olf@eisenzelt.de>2021-03-05 05:45:04 +0100
committerGitHub <noreply@github.com>2021-03-05 05:45:04 +0100
commit0df8099a4533553f837a6f679899cc1a3aefc057 (patch)
treee3b82e6a91c42e35e51b0f94ef10f4ab849d2b0b
parent0f150a640e4afec7a021e51315775d463d94112f (diff)
downloadnavit-0df8099a4533553f837a6f679899cc1a3aefc057.tar.gz
Update update_download_center.sh
-rwxr-xr-xscripts/update_download_center.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_download_center.sh b/scripts/update_download_center.sh
index 8e4359717..8c99c22bd 100755
--- a/scripts/update_download_center.sh
+++ b/scripts/update_download_center.sh
@@ -35,7 +35,7 @@ echo "Setting up all Variables"
UUID=${RANDOM}-${RANDOM}-${RANDOM}-${RANDOM}
TMP_DIR=$(mktemp -d)
CIRCLECI_API_BASE="https://circleci.com/api/v1.1/"
-NAVIT_DOWNLOAD_CENTER_REPO="git@github.com:navit-gps/download-center"
+NAVIT_DOWNLOAD_CENTER_REPO="git@github.com:OLFDB/download-center"
# To keep it generic
CVS_TYPE="github"