Skip to content

Commit

Permalink
Tidy print statement and add colour
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Nov 20, 2024
1 parent c1aaa16 commit e929f65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data_safe_haven/commands/sre.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ def deploy(
manager.run()

console.print(
f"Secure Research Environment '[green]{name}[/]' has been successfully deployed. \n"
f"The SRE can be accessed at https://{stack.output("sre_fqdn")}"
f"Secure Research Environment '[green]{name}[/]' has been successfully deployed.",
f"The SRE can be accessed at [green]https://{stack.output('sre_fqdn')}[/]",
sep="\n"
)

except DataSafeHavenError as exc:
Expand Down

0 comments on commit e929f65

Please sign in to comment.