Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Richard <thbkrkr@users.noreply.github.com>
  • Loading branch information
airycanon and thbkrkr committed Jul 24, 2024
1 parent 4faf3cb commit 999bfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
RunE: doRun,
}

cmd.SetVersionTemplate("{{ .Version}}\n")
cmd.SetVersionTemplate("{{ .Version }}\n")

cmd.Flags().StringVar(&args.LogLevel, "log-level", "INFO", "Log level")
cmd.Flags().StringVar(&args.Config, "config", "config.yaml", "Path to config file")
Expand Down

0 comments on commit 999bfbf

Please sign in to comment.