CocoaPods / cocoadocs.org

Static generator for CocoaDocs.org
http://cocoadocs.org
MIT License
95 stars 15 forks source link

Parsing error for Pod README #562

Closed zacoid55 closed 6 years ago

zacoid55 commented 6 years ago

I tried the curl http://199.19.84.242:4567/redeploy/[MyPod]/latest command and got this error:

{"parsing":false,"error":"undefined method \``map' for nil:NilClass"}

orta commented 6 years ago

did you add your pod name in the command?

zacoid55 commented 6 years ago

Ah! It was case sensitive - my apologies I'll close this, thank you