Skip to content

Commit e0773da

Browse files
authored
Merge pull request #605 from mplsgrant/2024-09-center-banner
`setup`: Center the setup banner
2 parents 67e67f5 + bb75c7d commit e0773da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/warnet/project.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ def check_installation(tool_info: ToolInfo) -> ToolStatus:
235235
install_url="https://minikube.sigs.k8s.io/docs/start/",
236236
)
237237

238-
print("")
239-
print(" ╭───────────────────────────────────╮")
240-
print(" │ Welcome to Warnet setup ")
241-
print(" ╰───────────────────────────────────╯")
242-
print("")
238+
print(" ")
239+
print(" ╭───────────────────────────")
240+
print(" │ Welcome to Warnet Setup │ ")
241+
print(" ╰───────────────────────────")
242+
print(" ")
243243
print(" Let's find out if your system has what it takes to run Warnet...")
244244
print("")
245245

0 commit comments

Comments
 (0)