Skip to content

Commit

Permalink
Delint
Browse files Browse the repository at this point in the history
  • Loading branch information
rk1274 committed Sep 27, 2024
1 parent 17ef960 commit 0e910d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
}

Expand Down

0 comments on commit 0e910d6

Please sign in to comment.