fix comment

This commit is contained in:
bonfy 2019-07-11 09:42:20 +08:00
parent c03b5c3e9c
commit 219242841f

View file

@ -132,7 +132,7 @@ func (p *Project) CmdPath() string {
return p.cmdPath
}
// findCmdSuffix return the cmd dir start with file path separator
// findCmdSuffix returns the cmd dir start with file path separator.
func findCmdSuffix(cmdDir string) string {
if filepathHasPrefix(cmdDir, string(os.PathSeparator)) {
return cmdDir