From 01ec9f50b77b2a87d9bb30ce089df38978660ebd Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Wed, 14 Oct 2015 10:35:00 +0200 Subject: [PATCH] Remove wrong error message from id-clone script --- id-clone | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/id-clone b/id-clone index 67632ec..3f65731 100755 --- a/id-clone +++ b/id-clone @@ -18,6 +18,8 @@ URL="ssh://git.indexdata.com:/home/git" echo "Cloning $URL/pub/$PROJ" git clone "$URL/pub/$PROJ" -) +) || +( + echo echo "Could not check out $PROJ" - +) -- 1.7.10.4