Skip to content
  • Claudia's avatar
    Fix regression introduced by `CacheServer` entry · 1b1c065a
    Claudia authored and Claudia Pellegrino's avatar Claudia Pellegrino committed
    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>
    1b1c065a