From fad00eac4925351c4dc6fd6dd347fe2968f0b7a5 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Wed, 12 Jun 2024 10:34:38 -0700 Subject: [PATCH] fix(deps): typo in prometheus.go (#1137) fix(deps): typo in prometheus.go Signed-off-by: Ronald Petty --- pkg/integration/prometheus/prometheus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/integration/prometheus/prometheus.go b/pkg/integration/prometheus/prometheus.go index e095712cdd..1cafb0c5a3 100644 --- a/pkg/integration/prometheus/prometheus.go +++ b/pkg/integration/prometheus/prometheus.go @@ -53,7 +53,7 @@ func (p *Prometheus) Deploy(namespace string) error { // manage Prometheus on the behalf of users. podConfigs, err := findPrometheusPodConfigs(ctx, client.GetClient(), namespace) if err != nil { - color.Red("Error discovering Prometheus worklads: %v", err) + color.Red("Error discovering Prometheus workloads: %v", err) os.Exit(1) } if len(podConfigs) == 0 {