In sourcezap-pull, set +x before printok

This commit is contained in:
0x1eef 2024-06-01 03:27:49 -03:00
parent ef6411a6fb
commit 14c8b04e41

View file

@ -46,4 +46,5 @@ set -x
cd "${gitdir}"
branch=$(gitexec "branch --show-current")
gitexec "pull --rebase origin ${branch}"
set +x
printok "pull complete"