Update portzap-pull

This commit is contained in:
0x1eef 2024-05-21 22:38:34 -03:00
parent eb3ebcc627
commit b5a80bafdf

View file

@ -27,7 +27,7 @@ fi
if [ ! -e "${gitdir}/.git" ]; then if [ ! -e "${gitdir}/.git" ]; then
set +x set +x
echo "ERR ${gitdir} is not a valid git repository." echo "ERR ${gitdir} is not a valid git repository."
echo "ERR Try 'portzap clone'" echo "ERR Try: portzap clone"
exit 1 exit 1
fi fi