Skip to content

Commit

Permalink
fix typo in init error message
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <bala@minio.io>
  • Loading branch information
balamurugana committed Oct 18, 2024
1 parent 35aaf55 commit faf0e17
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 *initRequestEventHandler) initDevices(ctx context.Context, req *ty
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 faf0e17

Please sign in to comment.