Skip to content

Commit cd860a9

Browse files
committed
Fix investigation name clustermonitoringerrorbudgetburn
1 parent 106e6fa commit cd860a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/investigations/clustermonitoringerrorbudgetburn/clustermonitoringerrorbudgetburn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (c *CMEBB) Run(r *investigation.Resources) (investigation.InvestigationResu
8585
}
8686

8787
func (c *CMEBB) Name() string {
88-
return "ClusterMonitoringErrorBudgetBurn"
88+
return "clustermonitoringerrorbudgetburn"
8989
}
9090

9191
func (c *CMEBB) Description() string {

0 commit comments

Comments
 (0)