Jguer / yay

Yet another Yogurt - An AUR Helper written in Go
GNU General Public License v3.0
11.24k stars 364 forks source link

Fix comments: `AUR_SEEN` is the correct name #2535

Closed mkurz closed 5 days ago

mkurz commented 5 days ago

YAY_DIFF_REVIEW is not correct anymore, it was renamed in the past to AUR_SEEN:

https://github.com/Jguer/yay/blob/ec837c831d7171005934ff099ba4c9b12f8a2976/pkg/menus/diff_menu.go#L22

Edit: It was renamed in de4860463388df28ba5546f6ea072afdbe92c066 and then 21d0f33d.

Jguer commented 5 days ago

Thanks for fixing this @mkurz

mkurz commented 5 days ago

Happy to help!