commit: dabd69cf0242df36d155fe21e2fce779c7de313c
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 5 02:20:22 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Thu Feb 5 02:20:22 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=dabd69cf
updater.py: Fixes flub of incorrectly calling var messages, message
---
layman/updater.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layman/updater.py b/layman/updater.py
index 7ccc9bd..2d22b59 100644
--- a/layman/updater.py
+++ b/layman/updater.py
@@ -148,7 +148,7 @@ class Main(object):
make_conf = '/etc/portage/make.conf'
if not os.access(make_conf, os.F_OK):
make_conf = '/etc/make.conf'
- message += [
+ messages += [
"If this is the very first overlay you add with layman,",
"you need to append the following statement to your",
"%s file:" % make_conf,