rseichter / fangfrisch

Update and verify unofficial Clam Anti-Virus signatures
GNU General Public License v3.0
86 stars 10 forks source link

Use yes/no or true/false for enabled #41

Closed chkpnt closed 6 months ago

chkpnt commented 6 months ago

Currently, the docs use yes/false for the enabled option. Of cource, this is valid, but using one of the usual pairs yes/no or true/false is less surprising.

rseichter commented 6 months ago

Oops, that's an oversight on my end. Thank you for reporting this issue.

rseichter commented 6 months ago

Fixed in commit e3cfcc61d9bd7aeeee3f6d6c5da9cab164d2b648. All it took was a single change in the Configuration base class.