Skip to content

Commit

Permalink
Merge pull request #8127 from zehuaiWANG/kops-a-little-change
Browse files Browse the repository at this point in the history
a little change
  • Loading branch information
k8s-ci-robot committed Dec 16, 2019
2 parents 26f48d3 + ed6b976 commit d041309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nodeup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d041309

Please sign in to comment.