Skip to content

Commit

Permalink
Merge pull request #26 from albarbaro/update-dora
Browse files Browse the repository at this point in the history
Update dora
  • Loading branch information
flacatus authored Sep 19, 2023
2 parents f2d1e4f + 85c4aa4 commit aed21b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
reg := prometheus.NewRegistry()
foo, err := NewCommitTimeCollector()
if err != nil {
klog.Errorf("can't find openshift cluster: %s", err)
klog.Errorf("can't find the openshift cluster: %s", err)
return
}
reg.MustRegister(foo)
Expand Down

0 comments on commit aed21b2

Please sign in to comment.