mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
parent
51b7cf57e1
commit
fa9ac853ce
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func NewProjectFromPath(absPath string) *Project {
|
|||
func trimSrcPath(absPath, srcPath string) string {
|
||||
relPath, err := filepath.Rel(srcPath, absPath)
|
||||
if err != nil {
|
||||
er("Cobra supports project only within $GOPATH")
|
||||
er("Cobra supports project only within $GOPATH: " + err.Error())
|
||||
}
|
||||
return relPath
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue