From 6646326fb0024103c9f972ad53a84f04e3bd9bff Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 7 Nov 2015 00:34:16 +0100 Subject: [PATCH] One more cosmetical thing --- 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 1d19398f..9e05aa80 100644 --- a/scripts/travis-blog-update.sh +++ b/scripts/travis-blog-update.sh @@ -25,5 +25,5 @@ git config user.email "nobody@example.com" cp -r ../posts _posts cp ../pages/* ./ git add . -git commit -qm "update blog to $TRAVIS_COMMIT" +git commit -qm "Update blog to $TRAVIS_COMMIT" git push -q origin gh-pages