diff --git a/data_safe_haven/external/api/azure_cli.py b/data_safe_haven/external/api/azure_cli.py index 8483c2ddef..f68ed71c49 100644 --- a/data_safe_haven/external/api/azure_cli.py +++ b/data_safe_haven/external/api/azure_cli.py @@ -64,7 +64,7 @@ def confirm(self) -> None: """Prompt user to confirm the Azure CLI account is correct""" account = self.account self.logger.info( - f"name: {account.name} (id: {account.id_}\ntenant: {account.tenant_id}" + f"name: {account.name} (id: {account.id_}\ntenant: {account.tenant_id})" ) if not typer.confirm("Is this the Azure account you expect?\n"): self.logger.error(