diff --git a/internal/executor/executor.go b/internal/executor/executor.go index 0f5eae8559..cd980cd732 100644 --- a/internal/executor/executor.go +++ b/internal/executor/executor.go @@ -100,7 +100,7 @@ func (e *Executor) runTask(t *task) { } t.reading = nil - // Nodify blocked tasks that they can execute + // Notify blocked tasks that they can execute t.l.Lock() for _, bt := range t.blocked { // If we are the last dependency, mark the task as executable.