Commit ef1f8914 authored by Boris Bügling's avatar Boris Bügling

Fix :head option for Pods from HTTP source.

parent 264d1c5f
......@@ -96,7 +96,11 @@ module Pod
root.rmtree if root.exist?
if head_pod?
downloader.download_head
@specific_source = downloader.checkout_options
if downloader.options_specific?
@specific_source = downloader.checkout_options
else
@specific_source = {}
end
else
downloader.download
unless downloader.options_specific?
......
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