瀏覽代碼

update create form

Alexander Belanger 5 年之前
父節點
當前提交
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