Skip to content

Commit 63179a7

Browse files
authored
Merge pull request kubernetes#81156 from SataQiu/fix-kubeadm-20190808
Small fix for kubeadm version def.bzl
2 parents e73bc56 + 11c92d1 commit 63179a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/version/def.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Implements hack/lib/version.sh's kube::version::ldflags() for Bazel.
1616
# Modifies the version variables (stamp_vars:buildDate, gitCommit, ...)
1717
# Example go build command with ldflags:
18-
# go install ... -ldflags -X 'k8s.io/kubernetes/cmd/kubeadm/cmd/version.gitMinor=12+' ...
18+
# go install ... -ldflags -X 'k8s.io/kubernetes/cmd/kubeadm/app/version.gitMinor=12+' ...
1919
def version_x_defs():
2020
stamp_pkgs = [
2121
"k8s.io/kubernetes/cmd/kubeadm/app/version",

0 commit comments

Comments
 (0)