www

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

commit 6f8805033c7242bad75e97238928f971fd6d0464
parent 9bb1d81212fdca54ce2940d4856e5f32d63ecb12
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 21 Mar 2017 01:35:52 +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 ~/.ssh/travis-deploy-key-id_rsa ls -l /home/travis/build/jsmaniac/scribble-mathjax/.git/index.lock || true set +x eval `ssh-agent -s`