From 27ab895eef563cbc35a9f4da98cc2ab28c557971 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 29 May 2025 10:06:33 +0100 Subject: [PATCH] Chore: Fix lefthook not running (#106196) Chore: Fix lefthook.rc --- lefthook.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lefthook.rc b/lefthook.rc index b085b38bfe6..a772dbb680e 100644 --- a/lefthook.rc +++ b/lefthook.rc @@ -2,5 +2,5 @@ # the name `lefthook`, as expected by the lefthook pre-commit scripts lefthook () { - GOWORK=off go tool -n -modfile=.citools/src/lefthook/go.mod github.com/evilmartians/lefthook + GOWORK=off go tool -modfile=.citools/src/lefthook/go.mod github.com/evilmartians/lefthook "$@" }