small fixes

This commit is contained in:
InsanePrawn 2021-09-30 05:05:30 +02:00
parent 81f22e67ae
commit 0e21f9060d
5 changed files with 9 additions and 8 deletions

View file

@ -5,7 +5,7 @@ from config import config
from wrapper import enforce_wrap
import logging
PATHS = ['chroots', 'pacman', 'jumpdrive']
PATHS = ['chroots', 'pacman', 'jumpdrive', 'packages']
@click.group(name='cache')