Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmcatee committed Oct 2, 2019
1 parent 1f35826 commit a01efcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/queue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (q *Queue) AddJob(j common.Job) error {
}

// Note the resources as being used
if retJob.Status === common.STATUS_RUNNING {
if retJob.Status == common.STATUS_RUNNING {
q.pool[i].Hardware[tool.Requirements] = false
}

Expand Down

0 comments on commit a01efcc

Please sign in to comment.