Skip to content

Commit

Permalink
🐛 Fix rogue closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Oct 23, 2024
1 parent 5713c14 commit e8eb8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_safe_haven/commands/sre.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def deploy(
)
logger.info(
f"SRE will be deployed to subscription '[green]{sre_subscription_name}[/]'"
f" ({sre_config.azure.subscription_id}[/])"
f" ({sre_config.azure.subscription_id})"
)
# Set Entra options
application = graph_api.get_application_by_name(context.entra_application_name)
Expand Down Expand Up @@ -141,7 +141,7 @@ def deploy(
)
logger.info(
f"SHM is deployed to subscription '[green]{shm_subscription_name}[/]'"
f" ({shm_config.azure.subscription_id}[/])"
f" ({shm_config.azure.subscription_id})"
)

# Deploy Azure infrastructure with Pulumi
Expand Down

0 comments on commit e8eb8de

Please sign in to comment.