Alexander Belanger преди 4 години
родител
ревизия
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 != "" {
 		color.New(color.FgGreen).Printf("Your web application is ready at: %s\n", subdomain)
 	} else {
-		color.New(color.FgGreen).Printf("Application created successfully")
+		color.New(color.FgGreen).Printf("Application created successfully\n")
 	}
 
 	return nil