From c440b0354da8afe4a636e5c2f51137d2e7fcc6dc Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Tue, 2 Jun 2015 00:16:24 +0000 Subject: [PATCH] Fix typo --- letsencrypt/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/constants.py b/letsencrypt/constants.py index 6e2355252..a360e6f3d 100644 --- a/letsencrypt/constants.py +++ b/letsencrypt/constants.py @@ -73,7 +73,7 @@ IN_PROGRESS_DIR = "IN_PROGRESS" """Directory used before a permanent checkpoint is finalized (relative to `IConfig.work_dir`).""" -KEYS_DIR = "keys" +KEY_DIR = "keys" """Directory (relative to `IConfig.config_dir`) where keys are saved.""" TEMP_CHECKPOINT_DIR = "temp_checkpoint"