hotfix: ensure import init uses rpm_name_replace

This commit is contained in:
Louis Abel 2023-06-27 17:37:52 -07:00
parent 185d144567
commit 74f9117d36
Signed by: label
GPG Key ID: 3331F061D1D9990E

View File

@ -206,7 +206,7 @@ class SrpmImport(Import):
print('Repo may not exist or is private. Try to import anyway.') print('Repo may not exist or is private. Try to import anyway.')
repo = gitutil.init( repo = gitutil.init(
git_url_path=self.git_url, git_url_path=self.git_url,
repo_name=self.rpm_name, repo_name=self.rpm_name_replace,
to_path=git_repo_path, to_path=git_repo_path,
branch=branch branch=branch
) )