Remove unnecessary 'set +x'

This commit is contained in:
0x1eef 2024-05-11 23:11:56 -03:00
parent 25b305a8fd
commit 15096110a5

View file

@ -26,7 +26,6 @@ if ! "${libexec}"/issourcezap-member; then
fi fi
if [ ! -e "${gitdir}/.git" ]; then if [ ! -e "${gitdir}/.git" ]; then
set +x
echo "[x] ${gitdir} is not a valid git repository." echo "[x] ${gitdir} is not a valid git repository."
echo "[x] Try 'sourcezap clone'" echo "[x] Try 'sourcezap clone'"
exit 1 exit 1