commit: 836937658fda4d42599f9123debcd45056123cb3
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 30 06:25:15 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 30 06:25:15 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=83693765
reposconf.py: Fixes incorrectly named self.overlays variable
---
layman/config_modules/reposconf/reposconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layman/config_modules/reposconf/reposconf.py
b/layman/config_modules/reposconf/reposconf.py
index 864e86b..773c8e8 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -41,7 +41,7 @@ class ConfigHandler:
self.config = config
self.output = config['output']
- self.overlay = {}
+ self.overlays = {}
self.path = config['repos_conf']
self.storage = config['storage']