diff --git a/command/event.go b/command/event.go index 4acd5e77..370a486d 100644 --- a/command/event.go +++ b/command/event.go @@ -53,7 +53,8 @@ func MarshalEvent(e *Event) ([]byte, error) { var updates []*commandproto.OSUpdate for _, update := range p.Updates { updates = append(updates, &commandproto.OSUpdate{ - ProductKey: update.ProductKey, + ProductKey: update.ProductKey, + InstallAction: update.InstallAction, }) } payload.Command.ScheduleOsUpdate = &commandproto.ScheduleOSUpdate{