Skip to content

Commit

Permalink
fix: add new line to version
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Apr 15, 2024
1 parent 9dc62aa commit a785f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func main() {
Short: "gaia is a CLI tool",
Run: func(cmd *cobra.Command, args []string) {
if versionFlag {
fmt.Printf("Gaia %s, commit %s, built at %s", version, commitSHA, buildDate)
fmt.Printf("Gaia %s, commit %s, built at %s\n", version, commitSHA, buildDate)
os.Exit(0)
}

Expand Down

0 comments on commit a785f9d

Please sign in to comment.