Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Nov 19, 2019
1 parent cca801c commit 5f404c1
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 @@ -36,7 +36,7 @@ var (
// version returns the version of kustomize.
type version struct {
// KustomizeVersion is a kustomize binary version.
kubecmVersion string `json:"hamalVersion"`
kubecmVersion string `json:"kubecmVersion"`
// GitCommit is a git commit
GitCommit string `json:"gitCommit"`
// BuildDate is a build date of the binary.
Expand Down

0 comments on commit 5f404c1

Please sign in to comment.