commit:     c3e142db9824a6bdf8a1e32a1af54a2195bd72ed
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  2 23:05:34 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  2 23:05:34 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=c3e142db

reposconf.py: Modifies sync type name to reflect plugin name

---
 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 1810c5e..e25160b 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -28,7 +28,7 @@ except:
 
 try:
     from portage.sync.modules import laymanator
-    sync_type = "layman"
+    sync_type = "laymanator"
 except ImportError:
     sync_type = None
 

Reply via email to