mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-10 11:36:06 +08:00
marshal install_action key (#244)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user