Skip to content

Commit

Permalink
apply mesos#824
Browse files Browse the repository at this point in the history
  • Loading branch information
vixns committed Apr 30, 2017
1 parent a87130c commit 3589e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class TaskManager @Inject()(
val jobs = runningTasks.map {
case (jobName, tasks) =>
val remaining = tasks.filter { task =>
slaveId == task.slaveId
slaveId != task.slaveId
}
(jobName, remaining)
}
Expand Down

0 comments on commit 3589e2d

Please sign in to comment.