Update repo to /toddmotto from /davemachado

This commit is contained in:
Dave Machado
2017-05-25 11:53:53 -04:00
committed by GitHub
parent aaf4505fe3
commit 94f81ac67a

View File

@@ -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