Skip to content

Commit

Permalink
fix typo in executor.go (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlawt authored Dec 23, 2024
1 parent 5a4c4eb commit ef3136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef3136f

Please sign in to comment.