Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
maverick committed Jul 23, 2015
2 parents fcd0941 + 066f1a4 commit ef36be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drake/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
[step forced triggered match-type fail-on-empty]
(trace "should-build? fail-on-empty: " fail-on-empty)
(let [{:keys [inputs outputs opts]} (branch-adjust-step step false)
{inputs :inputs empty-inputs :missing} (existing-and-empty-inputs inputs)
{inputs :existing empty-inputs :missing} (existing-and-empty-inputs inputs)
no-outputs (empty? outputs)]
(trace "should-build? forced:" forced)
(trace "should-build? match-type:" match-type)
Expand Down

0 comments on commit ef36be0

Please sign in to comment.