aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/iurt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/iurt.conf')
-rw-r--r--modules/buildsystem/templates/iurt.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf
index 8536d89f..f29f598b 100644
--- a/modules/buildsystem/templates/iurt.conf
+++ b/modules/buildsystem/templates/iurt.conf
@@ -2,8 +2,8 @@
{
supported_arch => [ '<%= distro['arch'].join("', '") %>' ],
all_media =>{
-<%- distro['medias'].each{|media, repos| -%>
- '<%= media %>' => [ '<%= repos.join("', '") %>' ],
+<%- distro['medias'].each{|media, m| -%>
+ '<%= media %>' => [ '<%= m['repos'].keys.join("', '") %>' ],
<%-
} -%>
},