diff --git a/cmd/root.go b/cmd/root.go index 919f3584..da64d0a0 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -94,7 +94,7 @@ $ wrstat multi -w [/working/directory] -f [/final/output/dir] [/a /b /c]`, // the rootCmd. func Execute() { if err := RootCmd.Execute(); err != nil { - die(err.Error()) //nolint:govet + die(err.Error()) } }