Commit 50db77b3 authored by Victor Ilyukevich's avatar Victor Ilyukevich

imroved project_podfile existence check

in error_report
parent 6bedfe0b
......@@ -59,7 +59,7 @@ EOS
private
def markdown_podfile
return "" if !Config.instance.project_podfile
return '' unless Config.instance.project_podfile.exist?
<<-EOS
### Podfile
......
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