-
- Downloads
Fix regression introduced by `CacheServer` entry
In a7cdd0a8 (merge request !21 [1]), an entry was added to the `SINGLE_OPTIONS` array. Due to a missing comma [2], the new entry was actually not added but merely concatenated to its successor, causing the `CleanMethod` entry to be changed to `CacheServerCleanMethod`. That in turn caused e.g. `pycman` to print the following warning: > /usr/lib/python3.11/site-packages/pycman/config.py:141: InvalidSyntax: unable to parse /etc/pacman.conf, unrecognized option: 'CleanMethod' Add the missing comma to fix this. [1]: !21 [2]: !21 (diffs) CC: Jelle van der Waa <jelle@archlinux.org>
parent
a7cdd0a8
No related branches found
No related tags found