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

This commit is contained in:
0x1eef 2024-09-14 04:50:18 -03:00
parent 8f79d6de57
commit c5e777ac21

View file

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