Commit 4fc9be47 authored by Fabio Pelosin's avatar Fabio Pelosin

[Git<<Downloader] Fix for url hash

parent c7a04df1
......@@ -33,7 +33,7 @@ module Pod
end
def cache_path
@cache_path ||= Pathname.new "/var/tmp/CocoaPods/Git/#{Digest::SHA1.hexdigest(url)}/"
@cache_path ||= Pathname.new "/var/tmp/CocoaPods/Git/#{Digest::SHA1.hexdigest(url.to_s)}/"
end
def download_head
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment