mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
parent
a684a6d7f5
commit
8c638d3f90
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Init will not use an existing directory with contents.`,
|
||||||
er(err)
|
er(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Your Cobra applicaton is ready at\n%s\n", project.AbsolutePath)
|
fmt.Printf("Your Cobra application is ready at\n%s\n", project.AbsolutePath)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue