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