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