diff --git a/.travis/push.sh b/.travis/push.sh index 4e577890f..96d1fa2a5 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -12,7 +12,7 @@ commit_website_files() { } upload_files() { - sudo git remote add origin https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git > /dev/null 2>&1 + sudo git remote add origin https://${GH_TOKEN}@github.com/Pl4gue/30-seconds-of-code.git > /dev/null 2>&1 git push --quiet --set-upstream origin master }