From 2c13017d7b314fe15428d731cd633bc2fc238a68 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 18 Aug 2024 19:24:38 -0300 Subject: [PATCH] Update sourcezap-checkout --- libexec/sourcezap/commands/sourcezap-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/sourcezap/commands/sourcezap-checkout b/libexec/sourcezap/commands/sourcezap-checkout index ad5352e..657b365 100755 --- a/libexec/sourcezap/commands/sourcezap-checkout +++ b/libexec/sourcezap/commands/sourcezap-checkout @@ -35,4 +35,4 @@ cd "${gitdir}" "${git}" fetch origin "${git}" checkout "${branch}" || "${git}" checkout -t origin/"${branch}" -printok "${branch} checked out" +printok "checkout complete"