summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index f75da88b..d3137211 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -258,7 +258,7 @@ sub get_updates_description {
$cur->{importance} = 'normal';
}
$update_descr{$medium->{name}}{$_} = $cur foreach @{$cur->{pkgs} || []};
- $cur = { pkgs => [ split /\s/, $1 ], medium => $medium->{name} };
+ $cur = { pkgs => [ split /\s/, $1 ] };
$section = 'pkg';
next;
};