diff --git a/build/deploy.sh b/build/deploy.sh index 2b73f5b6..d84deb3e 100644 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -17,7 +17,7 @@ git init git config --global user.name "Travis CI" git config --global user.email "builds@travis-ci.org" -git remote add upstream "https://$GH_TOKEN@github.com/davemachado/public-apis.git" +git remote add upstream "https://$GH_TOKEN@github.com/toddmotto/public-apis.git" git fetch upstream git reset upstream/master