mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:18:59 +08:00
fix typo (#10382)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user