From 14c8b04e41178362b003a1b2ac740b11c50c5e51 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 1 Jun 2024 03:27:49 -0300 Subject: [PATCH] In sourcezap-pull, set +x before printok --- libexec/sourcezap/commands/sourcezap-pull | 1 + 1 file changed, 1 insertion(+) 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"