diff --git a/core/utils/logo.go b/core/utils/logo.go index b0ea6b3f..91c6dcbd 100644 --- a/core/utils/logo.go +++ b/core/utils/logo.go @@ -12,6 +12,7 @@ func PrintLogoWithWelcomeInfo() { func printLogo() { figure.NewColorFigure("Crawlab", "slant", "blue", true).Print() + fmt.Println() } func printWelcomeInfo() { @@ -23,4 +24,5 @@ func printWelcomeInfo() { if IsMaster() { fmt.Println("Visit https://localhost:8080 for the web ui, once the server is ready.") } + fmt.Println() }