Commit 2408e993 authored by Sam Stewart's avatar Sam Stewart

[fix] small syntax error

parent 5e3f797d
...@@ -152,6 +152,8 @@ module Pod ...@@ -152,6 +152,8 @@ module Pod
def download_branch def download_branch
download_only ? download_and_extract_tarball(options[:head]) : super download_only ? download_and_extract_tarball(options[:head]) : super
end
def clean def clean
if download_only? if download_only?
FileUtils.rm_f(tmp_path) FileUtils.rm_f(tmp_path)
......
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