From 5782c384a331ace3efcef84f2340320b5f581481 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 24 Aug 2012 16:14:01 +0000 Subject: perl_checker cleanup --- urpm/signature.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/signature.pm b/urpm/signature.pm index 7a18985a..f75b9bd6 100644 --- a/urpm/signature.pm +++ b/urpm/signature.pm @@ -31,7 +31,7 @@ sub _check { if ($verif =~ /NOT OK/) { $verif =~ s/\n//g; $invalid_sources{$filepath} = N("Invalid signature (%s)", $verif); - } elsif ($verif =~ /OK \(\(none\)\)/ ) { + } elsif ($verif =~ /OK \(\(none\)\)/) { $verif =~ s/\n//g; $invalid_sources{$filepath} = N("Missing signature (%s)", $verif); } else { -- cgit v1.2.1