mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 12:48:32 +00:00
Fix typos
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user