Skip to content

Commit

Permalink
should use value for futures (not call)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Nov 3, 2012
1 parent 7d90f8b commit 5afbc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/task.rb
Expand Up @@ -196,7 +196,7 @@ def invoke_prerequisites_concurrently(args, invocation_chain) # :nodoc:
application[r, @scope].invoke_with_call_chain(args, invocation_chain)
end
end
futures.each { |f| f.call }
futures.each { |f| f.value }
end

# Format the trace flags for display.
Expand Down

0 comments on commit 5afbc00

Please sign in to comment.