Minor linting fixes

This commit is contained in:
David Högborg
2022-12-18 11:25:15 +01:00
parent c2d2199630
commit e935becb8c
3 changed files with 10 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ func main() {
app.Email = "d@hogborg.se"
app.Action = func(c *cli.Context) {
if c.Bool("verbose") == true {
if c.Bool("verbose") {
log.SetLevel(log.DebugLevel)
} else {
log.SetLevel(log.InfoLevel)