瀏覽代碼

Update repo to /toddmotto from /davemachado

pull/362/head
Dave Machado 7 年之前
committed by GitHub
父節點
當前提交
94f81ac67a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      build/deploy.sh

+ 1
- 1
build/deploy.sh 查看文件

@@ -17,7 +17,7 @@ git init
git config --global user.name "Travis CI" git config --global user.name "Travis CI"
git config --global user.email "builds@travis-ci.org" 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 fetch upstream
git reset upstream/master git reset upstream/master




Loading…
取消
儲存