Merge pull request #339 from netroby/pr/fix-typo-create-project

Typo fix: fix creata with create, uppercase first word.
pull/346/head
Terry.Mao 5 years ago committed by GitHub
commit a3037e19cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tool/kratos/new.go

@ -25,7 +25,7 @@ func runNew(ctx *cli.Context) error {
pwd, _ := os.Getwd()
p.Path = path.Join(pwd, p.Name)
}
// creata a project
// Create a project
if err := create(); err != nil {
return err
}

Loading…
Cancel
Save