mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-21 20:51:26 +00:00
hotfix: ensure import init uses rpm_name_replace
This commit is contained in:
parent
185d144567
commit
74f9117d36
@ -206,7 +206,7 @@ class SrpmImport(Import):
|
||||
print('Repo may not exist or is private. Try to import anyway.')
|
||||
repo = gitutil.init(
|
||||
git_url_path=self.git_url,
|
||||
repo_name=self.rpm_name,
|
||||
repo_name=self.rpm_name_replace,
|
||||
to_path=git_repo_path,
|
||||
branch=branch
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user