[yum-git] cli.py

James Antill james at linux.duke.edu
Sat Feb 2 18:19:29 UTC 2008


 cli.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c97241c97d8292069fb542fba76802ada4c5551
Author: James Antill <james at and.org>
Date:   Sat Feb 2 13:18:58 2008 -0500

    Fix installupdate command, from move to __init__, rhbz#431207

diff --git a/cli.py b/cli.py
index 0a61f74..92dd2d2 100644
--- a/cli.py
+++ b/cli.py
@@ -606,7 +606,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
 
         installing = False
         for pkg in filelist:
-            txmbrs = self.installLocal(pkg, updateonly)
+            txmbrs = self.installLocal(pkg, updateonly=updateonly)
             if txmbrs:
                 installing = True
 



More information about the Yum-cvs-commits mailing list