From 0115e3a20daed9ebcc3bd4771f9b93ae56fdb9c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 25 Feb 2008 13:40:21 +0000 Subject: typo fix --- urpm/main_loop.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/main_loop.pm') diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm index dfd1fd49..fb64d963 100644 --- a/urpm/main_loop.pm +++ b/urpm/main_loop.pm @@ -262,7 +262,7 @@ if (my @missing = grep { $error_sources{$_} eq 'missing' } keys %error_sources) } if (my @bad = grep { $error_sources{$_} eq 'bad' } keys %error_sources) { $callbacks->{message}->(N("Error"), N("Installation failed, bad rpms:\n%s", - join "\n", map { " " . urpm::download::hide_password($_) } @bad), "\n"); + join "\n", map { " " . urpm::download::hide_password($_) } @bad) . "\n"); $exit_code = 11; } if ($nok) { -- cgit v1.2.1