events is in c.E

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-30 18:10:23 -05:00
parent e610df69eb
commit 5c3543864d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ func updateDroplet(cluster *pb.Cluster, d *pb.Droplet, domcfg *libvirtxml.Domain
// append each change event
for _, e := range alle {
cluster.Events = append(cluster.Events, e)
cluster.E.Events = append(cluster.E.Events, e)
}
return alle, nil
}