From dfea7a8d2655988e30c0d8ca56a1c7aeefc47d80 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 10 Jul 2024 14:34:32 +0200 Subject: tools/update-distro-hash: Fix path --- tools/update-distro-hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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() -- cgit v1.2.3