Skip to content

Commit

Permalink
setup: Center the setup banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mplsgrant committed Sep 16, 2024
1 parent 67e67f5 commit bb75c7d
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 bb75c7d

Please sign in to comment.