We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67e67f5 + bb75c7d commit e0773daCopy full SHA for e0773da
src/warnet/project.py
@@ -235,11 +235,11 @@ def check_installation(tool_info: ToolInfo) -> ToolStatus:
235
install_url="https://minikube.sigs.k8s.io/docs/start/",
236
)
237
238
- print("")
239
- print(" ╭───────────────────────────────────╮")
240
- print(" │ Welcome to Warnet setup │")
241
- print(" ╰───────────────────────────────────╯")
242
+ print(" ")
+ print(" ╭───────────────────────────╮ ")
+ print(" │ Welcome to Warnet Setup │ ")
+ print(" ╰───────────────────────────╯ ")
243
print(" Let's find out if your system has what it takes to run Warnet...")
244
print("")
245
0 commit comments