1
0
réplica de https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Fixed small typo

Noticed it when using bee.
Este commit está contenido en:
James Dyson
2014-10-15 15:30:00 +11:00
padre 7905d77f05
commit bb324d530a

2
new.go
Ver fichero

@ -92,7 +92,7 @@ func createApp(cmd *Command, args []string) int {
apppath := path.Join(curpath, args[0])
if _, err := os.Stat(apppath); os.IsNotExist(err) == false {
fmt.Printf("[ERRO] Path(%s) has alreay existed\n", apppath)
fmt.Printf("[ERRO] Path (%s) already exists\n", apppath)
os.Exit(2)
}