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}"