Skip to content

Commit

Permalink
fix: add newline on version command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-F committed Dec 27, 2021
1 parent e81f49b commit c425e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Execute() {
checkRecord()
cmdUpdate(token, record)
case "version":
fmt.Printf("%s", Version)
fmt.Printf("%s\n", Version)
default:
usage()
}
Expand Down

0 comments on commit c425e22

Please sign in to comment.