From 60b794598407aa08c18855c3523f43e1cdad8dba Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 14:34:26 +1100 Subject: [PATCH] docs: fix simple typo, connfig -> config There is a small typo in bless/config/bless_config.py. Should read `config` rather than `connfig`. --- bless/config/bless_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bless/config/bless_config.py b/bless/config/bless_config.py index e5cf4a90..83e73f17 100644 --- a/bless/config/bless_config.py +++ b/bless/config/bless_config.py @@ -89,7 +89,7 @@ def __init__(self, aws_region, config_file): The [Bless CA] section is required. :param aws_region: The AWS Region BLESS is deployed to. - :param config_file: Path to the connfig file. + :param config_file: Path to the config file. """ self.aws_region = aws_region defaults = {CERTIFICATE_VALIDITY_BEFORE_SEC_OPTION: CERTIFICATE_VALIDITY_SEC_DEFAULT,