From c889d86c0c8f9840c5d755564f939d8eb479ebbc Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Fri, 13 May 2016 11:16:40 -0700 Subject: [PATCH] [script] update deploy --- .github/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.sh b/.github/deploy.sh index e33d835a..34877d85 100755 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -13,4 +13,4 @@ git commit -m "[auto] [ci skip] Generate README" git add ARCHIVE.md git commit -m "[auto] [ci skip] Generate ARCHIVE" -git push --quiet "https://${GH_TOKEN}@github.com/dkhamsing/open-source-ios-apps" master:master > /dev/null 2>&1 +git push --quiet "https://${GH_TOKEN}@github.com/dkhamsing/open-source-ios-apps" > /dev/null 2>&1