Skip to content

Commit

Permalink
Updated new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanHabic committed Nov 8, 2018
1 parent 2916c9d commit 169e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Shows the version of the cli",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("Current CLI version: %s", CurrentCLIVersion)
fmt.Printf("Current CLI version: %s\n", CurrentCLIVersion)
},
}
var proxyCmd = &cobra.Command{
Expand Down

0 comments on commit 169e075

Please sign in to comment.