mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 01:48:22 -04:00
small fixes
This commit is contained in:
parent
81f22e67ae
commit
0e21f9060d
5 changed files with 9 additions and 8 deletions
2
cache.py
2
cache.py
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue