From df147ed3cb2534ebb5de87e66b5fd31122587cb5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 23 May 2016 09:04:34 +0100 Subject: [PATCH] Move private data repo to github --- scripts/get-private-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-private-data.sh b/scripts/get-private-data.sh index c4b6d0e..34be2b9 100755 --- a/scripts/get-private-data.sh +++ b/scripts/get-private-data.sh @@ -6,4 +6,4 @@ echo ">> Removing old Private Data..." rm -rf private/ echo ">> Getting Private Data..." -git clone git@bitbucket.org:TheOrangeOne/theorangeone.net-site-private-data.git --branch master --single-branch private/ +git clone git@github.com:RealOrangeOne/theorangeone.net-site-private-data.git --branch master --single-branch private/