From 15510a449777a1ccb0acb8884280408fb5bf0fa2 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 18 Aug 2024 19:26:34 -0300 Subject: [PATCH] Update portzap-checkout --- libexec/portzap/commands/portzap-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/portzap/commands/portzap-checkout b/libexec/portzap/commands/portzap-checkout index 5531ad7..221b75f 100644 --- a/libexec/portzap/commands/portzap-checkout +++ b/libexec/portzap/commands/portzap-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"