This commit is contained in:
asoseil 2018-01-10 10:53:17 +01:00
parent d21a55785e
commit 45045d74ad

View File

@ -572,7 +572,7 @@ func (p *Project) run(path string, stream chan Response, stop <-chan bool) (err
name := filepath.Base(path)
if path == "." && p.Tools.Run.Dir == "" {
name = filepath.Base(Wdir())
} else if p.Tools.Run.Dir != ""{
} else if p.Tools.Run.Dir != "" {
name = filepath.Base(dirPath)
}
path = filepath.Join(dirPath, name)