Skip to content

Commit

Permalink
providers/redfish: fix features typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jul 27, 2021
1 parent 000f06f commit bd8db74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/redfish/redfish.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
Features = registrar.Features{
providers.FeaturePowerSet,
providers.FeaturePowerState,
providers.FeaturePowersensors,
providers.FeaturePowerSensors,
providers.FeatureTemperatureSensors,
providers.FeatureFanSensors,
providers.FeatureChassisHealth,
Expand Down

0 comments on commit bd8db74

Please sign in to comment.