Commit 5f25ad70 authored by Fabio Pelosin's avatar Fabio Pelosin

[Fix] GitHub downloader was downloading the repos twice.

parent 9838d174
......@@ -123,12 +123,10 @@ module Pod
end
def download_tag
super unless download_only?
download_only? ? download_and_extract_tarball(options[:tag]) : super
end
def download_commit
super unless download_only?
download_only? ? download_and_extract_tarball(options[:commit]) : super
end
......
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