Skip to content

Commit

Permalink
Merge pull request futrime#150 from odorajbotoj/main
Browse files Browse the repository at this point in the history
fix: add a line break to the end of the output of `lip --version`
  • Loading branch information
futrime authored Jul 15, 2024
2 parents afdc186 + 79546ce commit b8c4618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cmdlip/cmdlip.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func Run(ctx *context.Context, args []string) error {

// Version flag has the second highest priority.
if flagDict.versionFlag {
fmt.Printf("lip %v from %v", ctx.LipVersion().String(), os.Args[0])
fmt.Printf("lip %v from %v\n", ctx.LipVersion().String(), os.Args[0])
return nil
}

Expand Down

0 comments on commit b8c4618

Please sign in to comment.