aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 8c40de2..2e184fd 100755
--- a/iurt2
+++ b/iurt2
@@ -306,7 +306,7 @@ my %config_usage = (
desc => 'Name of the media holding basesystem packages',
default => sub {
my ($config, $run) = @_;
- "$config->{repository}/$run{distro}/$run{my_arch}/"
+ "$config->{repository}/$run->{distro}/$run->{my_arch}/"
}
},
basesystem_media => {