Skip to content

Commit

Permalink
Merge pull request #605 from mplsgrant/2024-09-center-banner
Browse files Browse the repository at this point in the history
`setup`: Center the setup banner
  • Loading branch information
mplsgrant authored Sep 16, 2024
2 parents 67e67f5 + bb75c7d commit e0773da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/warnet/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ def check_installation(tool_info: ToolInfo) -> ToolStatus:
install_url="https://minikube.sigs.k8s.io/docs/start/",
)

print("")
print(" ╭───────────────────────────────────╮")
print(" │ Welcome to Warnet setup ")
print(" ╰───────────────────────────────────╯")
print("")
print(" ")
print(" ╭───────────────────────────")
print(" │ Welcome to Warnet Setup │ ")
print(" ╰───────────────────────────")
print(" ")
print(" Let's find out if your system has what it takes to run Warnet...")
print("")

Expand Down

0 comments on commit e0773da

Please sign in to comment.