mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 22:09:53 +08:00
Typofix.
This commit is contained in:
@@ -209,7 +209,7 @@ class KojiModuleBuilder(GenericBuilder):
|
||||
chkbuildtag = self.koji_session.getTag(self.module_build_tag)
|
||||
if not chkbuildtag:
|
||||
raise SystemError("Build Tag %s doesn't exist" % self.module_build_tag)
|
||||
chktarget = self.koji_session.getBuildTarget(self.module_build_tag)
|
||||
chktarget = self.koji_session.getBuildTarget(self.module_target)
|
||||
if not chktarget:
|
||||
raise SystemError("Target %s doesn't exist" % self.module_target)
|
||||
self.module_tag = chktag
|
||||
|
||||
Reference in New Issue
Block a user