Skip to content

Commit

Permalink
squash: updateComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Aug 14, 2024
1 parent cdb7c86 commit 3902470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/supermicro/supermicro.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (s *supermicro) InstallUpdates(ctx context.Context, option *model.UpdateOpt
option.Model = s.hw.Device.Model
}

err = actions.Update(ctx, s.hw.Device, []*model.UpdateOptions{option})
err = actions.UpdateComponent(ctx, s.hw.Device, option)
if err != nil {
return err
}
Expand Down

0 comments on commit 3902470

Please sign in to comment.