Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

Simplify check for SSH key in repo download helper #152

Open presidentbeef opened 7 years ago

presidentbeef commented 7 years ago

This is simpler and works on my machine, while the previous code did not. Working with pipes and popen* is a bit tricky - perhaps it wasn't reading all of the output.

Eventually this should probably not hardcode github.com...