From 6c8dcf02432592eeca7d366cb08dc8a46e89fdac Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Thu, 19 May 2016 09:22:58 -0700 Subject: [PATCH] [script] cleanup [ci skip] --- .github/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.sh b/.github/deploy.sh index 7b6c12a6..0a92021b 100755 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -2,7 +2,7 @@ set -e -git config user.name "Travis CI" +git config user.name "CI" git config user.email "dkhamsing@users.noreply.github.com" status=`git status`