summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 54b2d94..08d3274 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -143,7 +143,7 @@ def _get_secondary_config(mymodule):
arch = _is_secondary(mymodule.module)
if arch:
- if arch == 'ppc' and mymodule.distvar == 'feodra' and \
+ if arch == 'ppc' and mymodule.distvar == 'fedora' and \
mymodule.distval < '13':
return None
return os.path.expanduser('~/.koji/%s-config' % arch)