aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-20 08:31:58 +0000
committerRob Austein <sra@hactrn.net>2013-02-20 08:31:58 +0000
commit6bc03b39ac453286e82a8742b311667236a06696 (patch)
treeaa7aa680cb948df03c6648bc6f27f4cc69ce1f79
parent938b1e089c8b46de99fb42a9fa233674d8b16f8d (diff)
Pull from trunk.
svn path=/branches/tk377/; revision=5047
-rw-r--r--rpkid/rpki/rpkic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/rpkic.py b/rpkid/rpki/rpkic.py
index b7e340ab..a32010e0 100644
--- a/rpkid/rpki/rpkic.py
+++ b/rpkid/rpki/rpkic.py
@@ -112,7 +112,7 @@ class main(rpki.cli.Cmd):
cfg = rpki.config.parser(self.cfg_file, "myrpki")
cfg.set_global_flags()
- self.histfile = cfg.get("history_file", ".rpkic_history")
+ self.histfile = cfg.get("history_file", os.path.expanduser("~/.rpkic_history"))
self.autosync = cfg.getboolean("autosync", True, section = "rpkic")
from django.conf import settings