diff --git a/new.go b/new.go index 50c8f1d..81fb02a 100644 --- a/new.go +++ b/new.go @@ -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) }