Skip to content

Commit

Permalink
Fix doc comment version.gitCommitID doc
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti authored and medyagh committed Jun 28, 2019
1 parent d5ded27 commit 19ba008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const VersionPrefix = "v"
// version is a private field and should be set when compiling with --ldflags="-X k8s.io/minikube/pkg/version.version=vX.Y.Z"
var version = "v0.0.0-unset"

// version is a private field and should be set when compiling with --ldflags="-X k8s.io/minikube/pkg/version.gitCommitID=<commit-id>"
// gitCommitID is a private field and should be set when compiling with --ldflags="-X k8s.io/minikube/pkg/version.gitCommitID=<commit-id>"
var gitCommitID = ""

// isoVersion is a private field and should be set when compiling with --ldflags="-X k8s.io/minikube/pkg/version.isoVersion=vX.Y.Z"
Expand Down

0 comments on commit 19ba008

Please sign in to comment.