minor linting things

This commit is contained in:
Joel Wetzell
2026-05-17 09:50:08 -05:00
parent 4bdfe0b00a
commit ad4aa91e08
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ func run(ctx context.Context, c *cli.Command) error {
return errors.New("config path cannot be empty")
}
logLevel := slog.LevelInfo
var logLevel slog.Level
logLevelFromFlag := c.String("log-level")