lessical fix

This commit is contained in:
alessio 2016-08-19 23:52:04 +02:00
parent 31b2e2ddc8
commit 712c2a7ad9
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ func (p *Project) install(channel chan bool,wr *sync.WaitGroup) {
for {
select {
case <-runner:
LogSuccess(p.Name + ": Runned")
LogSuccess(p.Name + ": Has been run")
return
}
}