Remove wrong error message from id-clone script
authorHeikki Levanto <heikki@indexdata.dk>
Wed, 14 Oct 2015 08:35:00 +0000 (10:35 +0200)
committerHeikki Levanto <heikki@indexdata.dk>
Wed, 14 Oct 2015 08:35:00 +0000 (10:35 +0200)
id-clone

index 67632ec..3f65731 100755 (executable)
--- 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"
-
+)