From 23ac59b89a26b87f29a528318dc0c3ab5a03d93f Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Thu, 12 May 2016 06:24:53 -0700 Subject: [PATCH] Update deploy.sh --- .github/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.sh b/.github/deploy.sh index 9c22873f..e3fbdbc4 100755 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -5,7 +5,7 @@ set -e git config user.name "Travis CI" git config user.email "dkhamsing@users.noreply.github.com" -git checkout master +#git checkout master git add README.md