Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
mistyped quote fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dvoinos authored Nov 30, 2021
1 parent d69d241 commit 082a20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (r *githubRunners) setRunnerStatusMetric() error {
labels := []string{
*v.Name,
fmt.Sprint(*v.ID),
searchForLabel(v.Labels, []string{"small", "medium", "large", "xlarge", "xxlarge}, "n/a"),
searchForLabel(v.Labels, []string{"small", "medium", "large", "xlarge", "xxlarge"}, "n/a"),
searchForLabel(v.Labels, []string{"production", "staging", "beta"}, "n/a"),
searchForLabel(v.Labels, []string{"self-hosted"}, "n/a"),
}
Expand Down

0 comments on commit 082a20c

Please sign in to comment.