Antiz96 / arch-update

An update notifier & applier for Arch Linux with a systray applet that assists you with important pre / post update tasks.
GNU General Public License v3.0
112 stars 11 forks source link

chore: Use "true" instead of "y" when setting variables #249

Closed Antiz96 closed 1 month ago

Antiz96 commented 1 month ago

Description

While "y" may usually be accepted as a valid boolean value, "true" is more standard and meaningful.

To be fair, the actual value of the variables doesn't matter as I use conditionals based on whether the variable is empty or not. Still, "true" is more conventional.