From 1943b94da4a317d3426852608cd51db97eb8fd2d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 1 Jun 2024 05:34:48 -0300 Subject: [PATCH] Fix typo --- libexec/sourcezap/commands/sourcezap-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/sourcezap/commands/sourcezap-clone b/libexec/sourcezap/commands/sourcezap-clone index dbe23e4..91effb8 100755 --- a/libexec/sourcezap/commands/sourcezap-clone +++ b/libexec/sourcezap/commands/sourcezap-clone @@ -13,7 +13,7 @@ branch=$3 # functions gitexec() { - "${libexec}"/util/gitexec "${1}" + "${libexec}"/utils/gitexec "${1}" } printok()