Skip to content

Commit

Permalink
end with new line on runiac version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-dancer committed May 14, 2021
1 parent 5065792 commit aff8559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of runiac",
Long: `All software has versions. This is runiac's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("runiac %s. Commit %s. Built on %s.", Version, Commit, Date)
fmt.Printf("runiac %s. Commit %s. Built on %s.\n", Version, Commit, Date)
},
}

0 comments on commit aff8559

Please sign in to comment.