소스 검색

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