commit 47872072b57eee7b6d6b051b2a9b609e2886e1fb
parent a5e488f4781abc1c12165c7c412a718c052b2dc6
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Mon, 20 Mar 2017 20:00:53 +0100
Fixed script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auto-push-gh-pages.sh b/auto-push-gh-pages.sh
@@ -15,7 +15,7 @@ else
# Git configuration:
git config --global user.name "$(git log --format="%aN" HEAD -1) (Travis CI automatic commit)"
- git config --global user.email "(git log --format="%aE" HEAD -1)"
+ git config --global user.email "$(git log --format="%aE" HEAD -1)"
# SSH configuration
set +x