[yum-cvs] yum/yumRepo.py
James Antill
james at linux.duke.edu
Tue Dec 18 22:09:21 UTC 2007
yum/yumRepo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb755c55dc4aa6d68d9b6b361e4d5d71292a5387
Author: James Antill <james at and.org>
Date: Tue Dec 18 17:09:17 2007 -0500
Fix typo
diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index 03e9616..42b2fde 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -236,7 +236,7 @@ class YumRepository(Repository, config.RepoConf):
self.cost = 1000
self.copy_local = 0
# holder for stuff we've grabbed
- self.retrieved = { 'primary':0, 'filelists':0, 'other':0, 'groups':0 }
+ self.retrieved = { 'primary':0, 'filelists':0, 'other':0, 'group':0 }
# callbacks
self.callback = None # for the grabber
More information about the Yum-cvs-commits
mailing list