Skip to content

Commit

Permalink
Fix a html_url
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Dec 6, 2024
1 parent 8e7a8be commit 83a541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metric/scrape_github.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func scrapeInstallation(ctx context.Context, ch chan<- prometheus.Metric) error
installation.GetAccount().GetType(),
installation.GetTargetType(),
installation.GetRepositorySelection(),
installation.GetHTMLURL(),
installation.GetAccount().GetHTMLURL(),
)
}
return nil
Expand Down

0 comments on commit 83a541b

Please sign in to comment.