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 "$@" }