From 2be420e772bf06443bbea1e16da0541f4218d8e9 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 10 Sep 2015 18:20:02 +0200 Subject: [PATCH] ghlister: change conffile location to match SWH convention --- bin/ghlister | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ghlister b/bin/ghlister index 6a3eb71..a2bee86 100755 --- a/bin/ghlister +++ b/bin/ghlister @@ -86,7 +86,7 @@ def parse_args(): def read_conf(args): config = configparser.ConfigParser(defaults=DEFAULT_CONF) - config.read(os.path.expanduser('~/.config/ghlister.ini')) + config.read(os.path.expanduser('~/.config/swh/lister-github.ini')) conf = config._sections['main']