Skip to content

Commit

Permalink
display value
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeghnag committed May 5, 2024
1 parent 27990e2 commit eba7d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/prometheus/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func GetAlertRules(resourcesNames []string, outputFlag string, groupsNames strin
if outputFlag == "wide" {
showGroup = true
}
data = helpers.GetData(data, showGroup, false, "", outputFlag, 6, _list)
data = helpers.GetData(data, showGroup, false, "", outputFlag, 7, _list)
}
}

Expand Down

0 comments on commit eba7d87

Please sign in to comment.