This commit is contained in:
parent
aa6a4213d1
commit
51f4d64ad7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if ! "${libexec}"/scripts/is-portzap-member; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -e "${repodir}/.git" ]; then
|
||||
if [ ! -e "${repodir}"/.git ]; then
|
||||
printerr "try 'portzap clone' instead"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue