www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0b9355a7d12a91a9c892f5c6f17e67bb0b6d3c5c
parent ec4623a80ffedfdf16fc748d6c4ee654c185543d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 20 Mar 2017 20:01:02 +0100

Fixed script

Diffstat:
Mtravis-auto-deploy.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis-auto-deploy.sh b/travis-auto-deploy.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