From f788defa4a64d09ed308396fe90d9d86ca9b5369 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 12 Oct 2017 16:55:20 +0200 Subject: [PATCH] <= --- zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 2d1bd7f..08aef02 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -95,7 +95,7 @@ if [ -d "$GCLONE_PATH" ]; then if [[ "" == "$dir" ]]; then echo "$1 not found" return 2 - elif [ `echo $dir | wc -l` -gt 2 ]; then + elif [ `echo $dir | wc -l` -gt 1 ]; then echo "Multiple entries for $1 found" return 3 else