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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Dont code on mobile
  • Loading branch information
prince-chrismc authored Nov 3, 2021
1 parent 00f4764 commit c5b5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pending_review/review.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func isCommunityMember(reviewerName string) bool {
switch reviewerName {
// As defined by https://github.com/conan-io/conan-center-index/issues/2857
// and https://github.com/conan-io/conan-center-index/blob/master/docs/review_process.md#community-reviewers
case "madebr", "SpaceIm", "ericLemanissier", "prince-chrismc", "Croydon", "intelligide", "theirix", "gocarlos", "mathbunnyru", "ericriff". "toge":
case "madebr", "SpaceIm", "ericLemanissier", "prince-chrismc", "Croydon", "intelligide", "theirix", "gocarlos", "mathbunnyru", "ericriff", "toge":
return true
default:
return false
Expand Down

0 comments on commit c5b5994

Please sign in to comment.