mirror of https://github.com/kubernetes/kops.git
a little change
This commit is contained in:
parent
8df0d34c68
commit
ed6b976316
|
|
@ -39,7 +39,7 @@ func main() {
|
|||
|
||||
gitVersion := ""
|
||||
if kops.GitVersion != "" {
|
||||
gitVersion = " (git-" + kops.GitVersion + ")"
|
||||
gitVersion = fmt.Sprintf(" (git-%s)", kops.GitVersion)
|
||||
}
|
||||
fmt.Printf("nodeup version %s%s\n", kops.Version, gitVersion)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue