Notes added by 'git notes append'
This commit is contained in:
parent
f36b26fce5
commit
e70ecd8d12
|
@ -3408,3 +3408,5 @@ func (x *Hypervisors) AppendByHostname(y *Hypervisor) bool {
|
||||||
x.Hypervisors = append(x.Hypervisors, y)
|
x.Hypervisors = append(x.Hypervisors, y)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:`
|
||||||
|
|
Loading…
Reference in New Issue