Commit 7af84307 authored by Victor Ilyukevich's avatar Victor Ilyukevich

fix creating error report when pod was ran not from project dir

I run pod search not from directory with xcode project and it there was
an error with reading podfile. Than I added check for existence of
podfile. [#177]
parent 674ce0c3
......@@ -35,7 +35,7 @@ Don't forget to anonymize any private data!
### Podfile
```ruby
#{Config.instance.project_podfile.read}
#{Config.instance.project_podfile.read if Config.instance.project_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