Fix typos

This commit is contained in:
dmattia
2020-09-03 10:57:52 -05:00
parent d1fe029438
commit 605dde7b2b
3 changed files with 17 additions and 16 deletions

View File

@@ -407,7 +407,7 @@ func (c *DefaultCommandRunner) runProjectCmdsParallel(cmds []models.ProjectComma
var results []models.ProjectResult
mux := &sync.Mutex{}
wg := sizedwaitgroup.New(c.ParallelPlansPoolSize)
wg := sizedwaitgroup.New(c.ParallelPoolSize)
for _, pCmd := range cmds {
pCmd := pCmd
var execute func()