Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Aug 24, 2021
1 parent 115aaf6 commit df2bd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ var (
goarch = runtime.GOARCH
)

// version returns the version of kustomize.
// version returns the version of kubecm.
type version struct {
// KustomizeVersion is a kustomize binary version.
// kubecmVersion is a kubecm binary version.
KubecmVersion string `json:"kubecmVersion"`
// GoOs holds OS name.
GoOs string `json:"goOs"`
Expand Down

0 comments on commit df2bd43

Please sign in to comment.