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