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