Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 16, 2024
1 parent f62d997 commit 6d2eb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func (t *Terraform) setupMetrics(extAgent *ssh.ExtAgent) error {
return fmt.Errorf("error while uploading dashboard_json: output: %s, error: %w", out, err)
}

// Download dashboard v2 from and upload it
// Download dashboard v2 from grafama.com and upload it
dashboardv2Resp, err := http.Get("https://grafana.com/api/dashboards/15582/revisions/latest/download")
if err != nil {
return fmt.Errorf("error downloading latest grafana v2 dashboard: %w", err)
Expand Down

0 comments on commit 6d2eb91

Please sign in to comment.