From 05ba509c6c795c64536e81d846a83e19c44b8cc4 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Sun, 9 Jun 2024 09:43:41 -0700 Subject: [PATCH] fix(deps): typo in prometheus.go 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 {