Skip to content

Commit

Permalink
Merge pull request #30 from Comcast/cleanup
Browse files Browse the repository at this point in the history
Version output
  • Loading branch information
lewg authored Dec 22, 2023
2 parents b18e486 + d82c41a commit 6133c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Values can be specified in plain text, or set from a vault server.`,

version, _ := cmd.Flags().GetBool("version")
if version {
fmt.Printf("Version: %s\n", Version)
fmt.Printf("buildenv version %s\n", Version)
}

ctx := context.Background()
Expand Down

0 comments on commit 6133c59

Please sign in to comment.