Skip to content

Commit

Permalink
fix: comma
Browse files Browse the repository at this point in the history
  • Loading branch information
happyfx committed Nov 27, 2024
1 parent b1dc169 commit 3e492c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector_bmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (c BMCCollector) Collect(result freeipmi.Result, ch chan<- prometheus.Metri
bmcInfoDesc,
prometheus.GaugeValue,
1,
firmwareRevision, manufacturerID, systemFirmwareVersion, bmcUrl
firmwareRevision, manufacturerID, systemFirmwareVersion, bmcUrl,
)
return 1, nil
}

0 comments on commit 3e492c4

Please sign in to comment.