mirror of
https://github.com/spf13/cobra
synced 2024-11-16 10:47:09 +00:00
Fix bug where project name isn't properly detected
This commit is contained in:
parent
24562666ea
commit
9bd7cfaa66
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ func getSrcPath() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func projectName() string {
|
func projectName() string {
|
||||||
pp := ProjectPath()
|
return filepath.Base(ProjectPath())
|
||||||
return filepath.Dir(pp)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func guessProjectPath() {
|
func guessProjectPath() {
|
||||||
|
|
Loading…
Reference in a new issue