mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix repo path
This commit is contained in:
parent
7030ac1832
commit
11dc343d4f
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue