aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-03-07 17:02:46 -0500
committerDevan Franchini <twitch153@gentoo.org>2015-03-07 17:02:46 -0500
commitce18d1bbebe4b0caa814775bf008a77b969753c3 (patch)
treee9c63d047c4ca974b179627445fc3b0b68e7729d /layman/config.py
parentCorrect misspelling of "separate" (diff)
downloadlayman-ce18d1bbebe4b0caa814775bf008a77b969753c3.tar.gz
layman-ce18d1bbebe4b0caa814775bf008a77b969753c3.tar.bz2
layman-ce18d1bbebe4b0caa814775bf008a77b969753c3.zip
config.py: Changes default conf_type to "repos.conf"
Diffstat (limited to 'layman/config.py')
-rw-r--r--layman/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/config.py b/layman/config.py
index cc924f5..4799b91 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -98,7 +98,7 @@ class BareConfig(object):
'installed': '%(storage)s/installed.xml',
'auto_sync': 'No',
'check_official': 'Yes',
- 'conf_type': 'make.conf',
+ 'conf_type': 'repos.conf',
'require_repoconfig': 'Yes',
'clean_archive': 'yes',
'make_conf' : '%(storage)s/make.conf',