From 0e910d636665f9f35524006dc537882a72559c4d Mon Sep 17 00:00:00 2001 From: Rosie Kern Date: Fri, 27 Sep 2024 14:30:51 +0100 Subject: [PATCH] Delint --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) } }