This commit is contained in:
Thomas Forgione 2017-10-12 16:55:20 +02:00
parent b7c77ef205
commit f788defa4a
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 1 additions and 1 deletions

View File

@ -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