a little change

This commit is contained in:
zehuaiWANG 2019-12-16 19:50:02 +08:00
parent 8df0d34c68
commit ed6b976316
1 changed files with 1 additions and 1 deletions

View File

@ -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)