Skip to content

Commit

Permalink
fix: Fix bug on missing line feed on last line
Browse files Browse the repository at this point in the history
This commit is a dummy commit to release a previous commit with the same commit message.
  • Loading branch information
staticaland authored Oct 29, 2024
1 parent a60ced2 commit ef5cb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var (
)

func main() {

log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stdout})

cmd.VersionData = cmd.Version{
Expand Down

0 comments on commit ef5cb90

Please sign in to comment.