This commit is contained in:
Edward Oakes
2020-08-28 09:57:04 -05:00
committed by GitHub
parent d206fbbc99
commit c3ed403def
+1 -1
View File
@@ -255,7 +255,7 @@ def _bootstrap_config(config: Dict[str, Any],
provider_cls = importer(config["provider"])
with cli_logger.timed( # todo: better message
"Bootstraping {} config",
"Bootstrapping {} config",
PROVIDER_PRETTY_NAMES.get(config["provider"]["type"])):
resolved_config = provider_cls.bootstrap_config(config)