Skip to content

Commit

Permalink
fix(api): global status version without diff (#3383)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault authored and richardlt committed Oct 2, 2018
1 parent 49426e7 commit d3eee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (api *API) computeGlobalStatus(srvs []sdk.Service) sdk.MonitoringStatus {
versionOk = false
linesGlobal = append(linesGlobal, sdk.MonitoringStatusLine{
Status: sdk.MonitoringStatusWarn,
Component: "Global/Version Diff",
Component: "Global/Version",
Value: fmt.Sprintf("%s vs %s", version, l.Value),
})
}
Expand Down

0 comments on commit d3eee5e

Please sign in to comment.