From 0854a39c58d6dd98ba0766e44bf0c46849c66041 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Fri, 23 Feb 2024 11:06:39 -0700 Subject: [PATCH] keep it all the same --- pv2/importer/operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv2/importer/operation.py b/pv2/importer/operation.py index 1a35f73..33ded74 100644 --- a/pv2/importer/operation.py +++ b/pv2/importer/operation.py @@ -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 = []