From b5a80bafdf372aab6c8fd2e75e2f7e4421aa38f2 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 21 May 2024 22:38:34 -0300 Subject: [PATCH] Update portzap-pull --- libexec/portzap/portzap-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/portzap/portzap-pull b/libexec/portzap/portzap-pull index ace8246..326e939 100755 --- a/libexec/portzap/portzap-pull +++ b/libexec/portzap/portzap-pull @@ -27,7 +27,7 @@ fi if [ ! -e "${gitdir}/.git" ]; then set +x echo "ERR ${gitdir} is not a valid git repository." - echo "ERR Try 'portzap clone'" + echo "ERR Try: portzap clone" exit 1 fi