diff --git a/internal/templates/hook.tmpl b/internal/templates/hook.tmpl index 5c79da1c..d0c370ae 100644 --- a/internal/templates/hook.tmpl +++ b/internal/templates/hook.tmpl @@ -44,7 +44,7 @@ call_lefthook() pnpm lefthook "$@" elif command -v npx >/dev/null 2>&1 then - npx @evilmartians/lefthook "$@" + npx lefthook "$@" elif swift package plugin lefthook >/dev/null 2>&1 then swift package --disable-sandbox plugin lefthook "$@"