Skip to content

Commit

Permalink
Addressing Code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Nov 20, 2023
1 parent 2aa6dc0 commit e3cb5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
if *showTemplateCfg {
data, err := yaml.Marshal(cfg.GetTemplateConfig())
if err != nil {
slog.Error("unable to load template configuration")
log.Fatalf("unable to load template configuration: %v", err)
}
slog.Info(fmt.Sprintf("Configuration\n%s", string(data)))
return
Expand Down

0 comments on commit e3cb5b3

Please sign in to comment.