From 400e22a78d227f233fd56a19184dab8c34160a65 Mon Sep 17 00:00:00 2001 From: Vitaly Gordon <rocket.mind@gmail.com> Date: Thu, 21 Sep 2017 09:06:04 +0300 Subject: [PATCH] Updated repo address in push.sh --- push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push.sh b/push.sh index 73ba4def78f6e..c12a5ee3816a4 100755 --- a/push.sh +++ b/push.sh @@ -10,5 +10,5 @@ git add --force ccxt/async/exchanges.py git commit -a -m "${COMMIT_MESSAGE}" -m '[ci skip]' git tag -a "${COMMIT_MESSAGE}" -m '[ci skip]' git remote remove origin -git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git -git push origin --tags HEAD:master \ No newline at end of file +git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt-dev/ccxt.git +git push origin --tags HEAD:master