From a6d734f06593adb21ce057573d75b2c392e9b691 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 May 2024 23:34:54 -0300 Subject: [PATCH] Update sourcezap-checkout --- libexec/sourcezap/sourcezap-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/sourcezap/sourcezap-checkout b/libexec/sourcezap/sourcezap-checkout index 508e0dd..9e364b3 100644 --- a/libexec/sourcezap/sourcezap-checkout +++ b/libexec/sourcezap/sourcezap-checkout @@ -37,4 +37,4 @@ gitexec "fetch origin" gitexec "checkout ${branch}" || gitexec "checkout -t origin/${branch}" set +x -printf "[-] New branch: %s\n" "${branch}" +printf "current branch: %s\n" "${branch}"