From c2214776ddf4921b662a95ccfa7528a14a652383 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 14 Feb 2018 14:05:09 +0530 Subject: [PATCH] push.sh update --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 09100bd28..903d4273d 100644 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -29,7 +29,7 @@ upload_files() { if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then if [ $TRAVIS_BRANCH == "master" ]; then echo "Pushing to master branch..." - git push --force "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1 + git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" master > /dev/null 2>&1 echo "Pushing done" git status fi