Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Feb 21, 2024
1 parent 26a1b0b commit 7feb404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/prometheus_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (r *LabelGroupReconciler) GetMetricValuesForPodNames(metricName string, pod
})

if err != nil {
fmt.Printf("ERROR [GetMetricValuesForPodNames]: Couldn't created an HTTP client: %v\n", err)
fmt.Printf("ERROR [GetMetricValuesForPodNames]: Couldn't create an HTTP client: %v\n", err)
fmt.Printf("metricName: %s\n", metricName)
fmt.Printf("KeplerPrometheusUrl: %s\n", r.KeplerPrometheusUrl)
os.Exit(1)
Expand Down

0 comments on commit 7feb404

Please sign in to comment.