From 94f81ac67aacaceb2bad46502765d0fb1345f4d9 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 25 May 2017 11:53:53 -0400 Subject: [PATCH] Update repo to /toddmotto from /davemachado --- build/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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