mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-13 13:48:51 +02:00
Merge pull request #339 from netroby/pr/fix-typo-create-project
Typo fix: fix creata with create, uppercase first word.
This commit is contained in:
commit
a3037e19cc
@ -25,7 +25,7 @@ func runNew(ctx *cli.Context) error {
|
|||||||
pwd, _ := os.Getwd()
|
pwd, _ := os.Getwd()
|
||||||
p.Path = path.Join(pwd, p.Name)
|
p.Path = path.Join(pwd, p.Name)
|
||||||
}
|
}
|
||||||
// creata a project
|
// Create a project
|
||||||
if err := create(); err != nil {
|
if err := create(); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user