set +x before print

This commit is contained in:
0x1eef 2024-05-22 22:36:05 -03:00
parent e17ecd9244
commit c9f86595c1

View file

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