summaryrefslogtreecommitdiffstats
path: root/layman/makeconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/makeconf.py')
-rw-r--r--layman/makeconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/makeconf.py b/layman/makeconf.py
index 5f18b63..9740072 100644
--- a/layman/makeconf.py
+++ b/layman/makeconf.py
@@ -281,7 +281,7 @@ class MakeConf:
def content(self):
'''
- Returns the content of the /var/layman/make.conf file.
+ Returns the content of the /var/lib/layman/make.conf file.
'''
try:
make_conf = codecs.open(self.path, 'r', 'utf-8')