Update portzap-checkout
Some checks are pending
portzap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-14 04:51:19 -03:00
parent aa6a4213d1
commit 51f4d64ad7

View file

@ -26,7 +26,7 @@ if ! "${libexec}"/scripts/is-portzap-member; then
exit 1 exit 1
fi fi
if [ ! -e "${repodir}/.git" ]; then if [ ! -e "${repodir}"/.git ]; then
printerr "try 'portzap clone' instead" printerr "try 'portzap clone' instead"
exit 1 exit 1
fi fi