Skip to content

Commit

Permalink
Merge branch 'master' into bulk-init
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenrajmani authored Oct 23, 2024
2 parents 166ca59 + f6f0df8 commit e86de6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/initrequest/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (handler *InitRequestHandler) initDevices(ctx context.Context, req *types.I
case !found:
results[i].Error = "device not found"
case device.ID(handler.nodeID) != req.Spec.Devices[i].ID:
results[i].Error = "device's state changed"
results[i].Error = "device state changed"
default:
wg.Add(1)
go func(i int, device pkgdevice.Device, force bool) {
Expand Down

0 comments on commit e86de6f

Please sign in to comment.