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