From a8b240c8ae9299a9a9f2a8e4599699dd51ce5195 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 26 Mar 2012 18:21:19 +0000 Subject: (install_packages) styling --- lib/Iurt/Urpmi.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index d65932e..168f07d 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -549,8 +549,7 @@ sub install_packages { if ($ok && (!@rpm || are_installed($chroot_tmp, @rpm))) { plog("installation successful"); $ok = 1; - } - else { + } else { plog(1, "ERROR: Failed to install initial packages"); $ok = 0; } -- cgit v1.2.1