Skip to content

Commit

Permalink
Print motd nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Sep 27, 2023
1 parent 9d5ba05 commit 135011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hhfab/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func setupLogger(verbose, brief bool) error {
)
slog.SetDefault(logger)

slog.Debug(motd)
slog.Debug("\n" + motd)
slog.Debug("Version: " + version)

return nil
Expand Down

0 comments on commit 135011b

Please sign in to comment.