Skip to content

Commit

Permalink
Update monitor/census.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Leszko <rafal@livepeer.org>
  • Loading branch information
pwilczynskiclearcode and leszko authored Oct 21, 2024
1 parent 5abfd40 commit c1e342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/census.go
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,6 @@ func FastVerificationFailed(ctx context.Context, uri string, errtype int) {
}
}

func normilizePipelineTag(pipeline string) string {
func normalizePipelineTag(pipeline string) string {
return strings.Replace(strings.ToLower(pipeline), " ", "-", -1)
}

0 comments on commit c1e342a

Please sign in to comment.