summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-distro-hash.py2
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()