diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-17 02:24:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-17 02:24:16 +0000 |
commit | 9f4062bd9fcb212a9abd5896f7aad902831143a9 (patch) | |
tree | 8c37f4c56faadd0279e93d4414aca46ed24fe3ab /scripts/rpkid.py | |
parent | 9264b7cfc635f11e65bf368090b09ff271eeab36 (diff) |
Nit
svn path=/scripts/biz-certs/Bob-CA.srl; revision=1310
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-x | scripts/rpkid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py index 71b7f389..4cfd295a 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -67,7 +67,7 @@ class global_context(object): self.https_server_host = cfg.get(section, "server-host", "") self.https_server_port = int(cfg.get(section, "server-port", "4433")) - self.publication_kludge_base = cfg.get(section, "publication-kludge-base", "rpki-publication/") + self.publication_kludge_base = cfg.get(section, "publication-kludge-base", "publication/") os.environ["TZ"] = "UTC" time.tzset() |