Skip to content

Commit

Permalink
Update data_safe_haven/external/api/azure_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Craddock <[email protected]>
  • Loading branch information
JimMadge and craddm authored Oct 24, 2023
1 parent 302d554 commit 7cd5bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/external/api/azure_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7cd5bc6

Please sign in to comment.