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