aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-08-23 02:43:07 -0700
committerSamuel Giddins <segiddins@segiddins.me>2016-01-25 10:45:41 -0600
commit1f193ca052003518b6c9d7b32f038fb1ffa415ce (patch)
tree3d69fc8da7d2f17de09b9d9529b136c0cef99ebd /lib/bundler/vendor
parent3e85dc5280312f708702dcff80ed29b11e10c752 (diff)
downloadbundler-1f193ca052003518b6c9d7b32f038fb1ffa415ce.tar.gz
fix an info_path that didn’t get updated
Diffstat (limited to 'lib/bundler/vendor')
-rw-r--r--lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb b/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb
index e02d7670..0a425c7d 100644
--- a/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb
+++ b/lib/bundler/vendor/compact_index_client/lib/compact_index_client.rb
@@ -48,7 +48,7 @@ private
end
def update_info(name)
- path = @cache.dependencies_path(name)
+ path = @cache.info_path(name)
return if @info_checksums_by_name[name] == @updater.checksum_for_file(path)
update(path, "info/#{name}")
end