Skip to content

Commit

Permalink
fix(deps): typo in prometheus.go (#1137)
Browse files Browse the repository at this point in the history
fix(deps): typo in prometheus.go

Signed-off-by: Ronald Petty <ronald.petty@gmail.com>
  • Loading branch information
ronaldpetty committed Jun 12, 2024
1 parent 3452c0d commit fad00ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/integration/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fad00ea

Please sign in to comment.