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 3c3eec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
// FeatureBiosFirmwareUpdate means an implementation that updates the BIOS firmware
FeatureBiosFirmwareUpdate registrar.Feature = "biosfirwareupdate"
// FeaturePowersensors indicates an implementation that returns Power sensor information
FeaturePowersensors registrar.Feature = "powersensors"
FeaturePowerSensors registrar.Feature = "powersensors"
// FeatureTemperatureSensors indicates an implementation that returns Temperature sensor information
FeatureTemperatureSensors registrar.Feature = "temperaturesensors"
// FeatureFanSensors indicates an implementation that returns Fan sensor information
Expand Down
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 3c3eec6

Please sign in to comment.