mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Fix typo in cobra/cmd/init.go
This commit is contained in:
parent
e22a0c9315
commit
0cc7cc2c06
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ func initConfig() {
|
||||||
er(err)
|
er(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("Yor Cobra application is ready at")
|
fmt.Println("Your Cobra application is ready at")
|
||||||
fmt.Println(ProjectPath())
|
fmt.Println(ProjectPath())
|
||||||
fmt.Println("Give it a try by going there and running `go run main.go`")
|
fmt.Println("Give it a try by going there and running `go run main.go`")
|
||||||
fmt.Println("Add commands to it by running `cobra add [cmdname]`")
|
fmt.Println("Add commands to it by running `cobra add [cmdname]`")
|
||||||
|
|
Loading…
Reference in a new issue