summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-03-06 20:31:47 +0100
committerRasmus Steinke <rasi@xssn.at>2015-03-06 20:31:47 +0100
commitf0197a172bd66da2732ffab0395186cb5dca5267 (patch)
treedb5744f4fa729a167399d97c552a6e1231927eb0
parent9bb7abb4d8676ea1ea50c58fd4f9d75b80d9ac8c (diff)
downloadperl-app-clerk-f0197a172bd66da2732ffab0395186cb5dca5267.tar.gz
perl-app-clerk-f0197a172bd66da2732ffab0395186cb5dca5267.tar.xz
fix static home
-rwxr-xr-xclerk_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk_helper b/clerk_helper
index d60f2c1..3d33ec8 100755
--- a/clerk_helper
+++ b/clerk_helper
@@ -61,7 +61,7 @@ def update(args):
trackCache(args)
lastCache(args)
config['updater']['change_db'] = str(new_db)
- with open('/home/carnager/.config/clerk/helper_config', 'w') as configfile:
+ with open(os.getenv('HOME')+'/.config/clerk/helper_config', 'w') as configfile:
config.write(configfile)