island: Add missing "f" to format string

This commit is contained in:
Mike Salvatore 2021-06-09 15:11:52 -04:00
parent 1c5daf168c
commit 2fc726dc78
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def _start_island_server(should_setup_only, config_options: IslandConfigOptions)
logger.info(
f"Using certificate path: {config_options.crt_path}, and key path: "
"{config_options.key_path}."
f"{config_options.key_path}."
)
if env_singleton.env.is_debug():