From 51f4d64ad705bac11ffcb889820a27c257df7e19 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 14 Sep 2024 04:51:19 -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 4929282..05113c1 100755 --- a/libexec/portzap/commands/portzap-checkout +++ b/libexec/portzap/commands/portzap-checkout @@ -26,7 +26,7 @@ if ! "${libexec}"/scripts/is-portzap-member; then exit 1 fi -if [ ! -e "${repodir}/.git" ]; then +if [ ! -e "${repodir}"/.git ]; then printerr "try 'portzap clone' instead" exit 1 fi