diff options
| author | Boleyn Su <boleyn.su@gmail.com> | 2021-06-21 10:54:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 10:54:54 -0400 |
| commit | 0aba75023694cf499bf70e32ed52a4a1679252f6 (patch) | |
| tree | 1796272025951ac02c38a207ed42beee12c16e26 /generator/app.go | |
| parent | 8241873aefac0518564ca4b11145cd6fd85ae26f (diff) | |
Update app.go
fix a typo
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go index 31a1322a..22c751ff 100644 --- a/generator/app.go +++ b/generator/app.go @@ -218,7 +218,7 @@ func (c *Context) Sort() { group.Leadership.TechnicalLeads, group.Leadership.EmeritusLeads} { sort.Slice(people, func(i, j int) bool { - // This ensure OWNERS / OWNERS_ALIAS files are ordered by github + // This ensure OWNERS / OWNERS_ALIASES files are ordered by github return people[i].GitHub < people[j].GitHub }) } |
