Skip to content

Commit

Permalink
Update server/events/project_command_pool_executor.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored May 10, 2023
1 parent ec0644b commit 36adc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/project_command_pool_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func runProjectCmdsParallelGroups(
res := runProjectCmdsParallel(group, runnerFunc, poolSize)
results = append(results, res.ProjectResults...)
if res.HasErrors() && group[0].AbortOnExcecutionOrderFail {
ctx.Log.Info("abort on excecution order when failed")
ctx.Log.Info("abort on execution order when failed")
break
}
}
Expand Down

0 comments on commit 36adc3b

Please sign in to comment.