nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Export upstart: generates no newline at end of files #103

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

I noticed while writing export integration tests (coming soon :smile:) that the exported upstart files might be missing a newline at the end. I fixed the same issue for supervisord files in https://github.com/nickstenning/honcho/pull/96

msabramo commented 9 years ago

Fixed by https://github.com/nickstenning/honcho/pull/107

msabramo commented 9 years ago

Fixed by #116