mirror of https://github.com/kubernetes/kops.git
Fix channel version format string
This commit is contained in:
parent
460c0be944
commit
12e61b1378
|
@ -120,7 +120,7 @@ func (c *ChannelVersion) replaces(existing *ChannelVersion) bool {
|
|||
if c.Id == existing.Id {
|
||||
return false
|
||||
} else {
|
||||
glog.V(4).Infof("Channels had same version %q but different ids (%q vs %q); will replace", c.Version, c.Id, existing.Id)
|
||||
glog.V(4).Infof("Channels had same version %q but different ids (%q vs %q); will replace", *c.Version, c.Id, existing.Id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue