keep it all the same

This commit is contained in:
Louis Abel 2024-02-23 11:06:39 -07:00
parent 45abe82b40
commit 0854a39c58
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class SrpmImport(Import):
than uploaded to lookaside.
"""
check_repo = gitutil.lsremote(self.git_url)
git_repo_path = f'/var/tmp/{self.rpm_name}'
git_repo_path = f'/var/tmp/{self.rpm_name_replace}'
branch = self.__branch
repo_tags = []