Commit 35270d28 authored by Vladimir Pouzanov's avatar Vladimir Pouzanov

Fixed a bug with :head download and no prior clone

parent 5549e5f1
......@@ -100,6 +100,7 @@ module Pod
end
def download_head
create_cache unless cache_exist?
update_cache
clone(clone_url, target_path)
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