From cf2bccec451dc425d6d8d4f35651d64e219ed494 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Jun 2007 13:44:16 +0000 Subject: - urpmf o bug fix -m (#31452) (bug introduced when moving code to urpm::media) --- urpmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index 1b553461..1ee7604c 100755 --- a/urpmf +++ b/urpmf @@ -129,7 +129,7 @@ my %usedtags; my $sprintfargs = join(', ', map { $usedtags{$_} = 1; if ($_ eq 'media') { - '$urpm::currentmedia->{name}'; + '$urpm::media::currentmedia->{name}'; } elsif ($_ eq 'fullname') { 'scalar($pkg->fullname)'; } elsif ($_ eq 'description') { -- cgit v1.2.1