From 9bb1d81212fdca54ce2940d4856e5f32d63ecb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 20 Mar 2017 20:13:56 +0100 Subject: [PATCH] Fix script --- travis-auto-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-auto-deploy.sh b/travis-auto-deploy.sh index 4704a8233..f365213f8 100644 --- 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`