From aea5054cf3740fc5d806af640cf4a51acb9b8a8e Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 17 Jan 2016 14:42:54 +0100 Subject: [PATCH] Change email of travis update bot --- scripts/travis-blog-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-blog-update.sh b/scripts/travis-blog-update.sh index 80ed33b4..e82a9c78 100644 --- a/scripts/travis-blog-update.sh +++ b/scripts/travis-blog-update.sh @@ -21,7 +21,7 @@ git clone --branch gh-pages git@github.com:$TRAVIS_REPO_SLUG deploy_blog cd deploy_blog git config user.name "travis-update-bot" -git config user.email "nobody@example.com" +git config user.email "travis-update-bot@phil-opp.com" cp ../posts/* _posts/ cp ../pages/* ./ git add .