diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-distro-hash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-distro-hash.py b/tools/update-distro-hash.py index 16ed2e707a..fd23078aec 100755 --- a/tools/update-distro-hash.py +++ b/tools/update-distro-hash.py @@ -69,7 +69,7 @@ def update_distro(args, distro: str): print(f"+ {shlex.join(cmd)}") changes = subprocess.check_output(cmd, text=True).strip() - conf_dir = Path('mkosi.images/system/mkosi.conf.d') + conf_dir = Path('mkosi.conf.d') files = conf_dir.glob('*/*.conf') for file in files: s = file.read_text() |