www

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

commit 9bb1d81212fdca54ce2940d4856e5f32d63ecb12
parent a555db20c9d73fc1551e23593bcaae0eb27a6217
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 20 Mar 2017 20:13:56 +0100

Fix 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 @@ -33,7 +33,7 @@ else ls -l /home/travis/build/jsmaniac/scribble-mathjax/.git/index.lock || true set -x ls -l /home/travis/build/jsmaniac/scribble-mathjax/.git/index.lock || true - chmod 600 travis-deploy-key-id_rsa + chmod 600 ~/travis-deploy-key-id_rsa ls -l /home/travis/build/jsmaniac/scribble-mathjax/.git/index.lock || true set +x eval `ssh-agent -s`