Skip to content

Commit

Permalink
Fixup - missing newline from k6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Mar 7, 2022
1 parent 3f035f1 commit 298bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func getVersionCmd(globalState *globalState) *cobra.Command {
Short: "Show application version",
Long: `Show the application version and exit.`,
Run: func(_ *cobra.Command, _ []string) {
fprintf(globalState.stdOut, "k6 v%s", consts.FullVersion())
fprintf(globalState.stdOut, "k6 v%s\n", consts.FullVersion())
},
}
return versionCmd
Expand Down

0 comments on commit 298bcd9

Please sign in to comment.