aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2014-11-30 01:25:15 -0500
committerDevan Franchini <twitch153@gentoo.org>2014-11-30 01:25:15 -0500
commit836937658fda4d42599f9123debcd45056123cb3 (patch)
treecc989b191b0872e53343540901deaab40abc1432 /layman/config_modules
parentexternal.py: Modifies XML line testing in MakeOverlayXML class (diff)
downloadlayman-836937658fda4d42599f9123debcd45056123cb3.tar.gz
layman-836937658fda4d42599f9123debcd45056123cb3.tar.bz2
layman-836937658fda4d42599f9123debcd45056123cb3.zip
reposconf.py: Fixes incorrectly named self.overlays variable
Diffstat (limited to 'layman/config_modules')
-rw-r--r--layman/config_modules/reposconf/reposconf.py2
1 files changed, 1 insertions, 1 deletions
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']