Fix repo path

This commit is contained in:
Megan Wilhite 2023-03-01 09:14:55 -07:00 committed by Pedro Algarvio
parent 7030ac1832
commit 11dc343d4f

View file

@ -771,7 +771,7 @@ def src(
assert key_id is not None
ctx.info("Creating repository directory structure ...")
create_repo_path = repo_path / salt_version
create_repo_path = repo_path / "src" / salt_version
create_repo_path.mkdir(exist_ok=True, parents=True)
hashes_base_path = create_repo_path / f"salt-{salt_version}"
for fpath in incoming.iterdir():