[aur-dev] [PATCH] aurblup: Fix path to configuration file
3 Jun
2015
3 Jun
'15
10:29 p.m.
Fixes a regression introduced in commit 10ecd39 (Restructure scripts, 2015-06-01). Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> --- scripts/aurblup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aurblup.py b/scripts/aurblup.py index e678fee..d6d0c3c 100755 --- a/scripts/aurblup.py +++ b/scripts/aurblup.py @@ -6,7 +6,7 @@ import os import pyalpm config = configparser.RawConfigParser() -config.read(os.path.dirname(os.path.realpath(__file__)) + "/../../conf/config") +config.read(os.path.dirname(os.path.realpath(__file__)) + "/../conf/config") aur_db_host = config.get('database', 'host') aur_db_name = config.get('database', 'name') -- 2.4.2
3452
Age (days ago)
3452
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Fleischer