diff --git a/libexec/sourcezap/commands/sourcezap-pull b/libexec/sourcezap/commands/sourcezap-pull index eda37ca..2f2e5f6 100755 --- a/libexec/sourcezap/commands/sourcezap-pull +++ b/libexec/sourcezap/commands/sourcezap-pull @@ -46,4 +46,5 @@ set -x cd "${gitdir}" branch=$(gitexec "branch --show-current") gitexec "pull --rebase origin ${branch}" +set +x printok "pull complete"