Alexander Belanger 4 лет назад
Родитель
Сommit
30fce8e2ac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cli/cmd/create.go

+ 1 - 1
cli/cmd/create.go

@@ -214,7 +214,7 @@ func handleSubdomainCreate(subdomain string, err error) error {
 	if subdomain != "" {
 	if subdomain != "" {
 		color.New(color.FgGreen).Printf("Your web application is ready at: %s\n", subdomain)
 		color.New(color.FgGreen).Printf("Your web application is ready at: %s\n", subdomain)
 	} else {
 	} else {
-		color.New(color.FgGreen).Printf("Application created successfully")
+		color.New(color.FgGreen).Printf("Application created successfully\n")
 	}
 	}
 
 
 	return nil
 	return nil