Skip to content

Commit

Permalink
Merge pull request #8 from ciaranRoche/fix-version
Browse files Browse the repository at this point in the history
OCM-7256 | chore: fix version output to only display version
  • Loading branch information
ciaranRoche authored Apr 25, 2024
2 parents 1defa6a + 06c0b3d commit 5c65f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rosa-support/version/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func NewVersionCmd() *cobra.Command {
}

func run(cmd *cobra.Command, args []string) {
_, _ = fmt.Fprintf(os.Stdout, "%s (build %s)\n", version.Version, version.VersionStamp)
_, _ = fmt.Fprintf(os.Stdout, "%s\n", version.Version)
}

0 comments on commit 5c65f88

Please sign in to comment.