lib/zilla/versions/v20/executor.rb in zilla-0.1.4 vs lib/zilla/versions/v20/executor.rb in zilla-0.1.5
- old
+ new
@@ -22,10 +22,10 @@
end
private
memoize def connection
- Faraday.new("#{scheme}://#{host}") do |f|
+ Faraday.new("#{scheme}://#{host}", @faraday_config) do |f|
@faraday_config_block.call(f, :client)
f.response :raise_error
end
end