python-provy / provy

provy is a provisioning system in python.
http://docs.provy.me
MIT License
109 stars 14 forks source link

Bugfix for ensure line #119

Closed jbzdak closed 11 years ago

jbzdak commented 11 years ago

Well there is a regression in ensure_line previouisly new line was appended by echo "line contents" >> /file/name I omitted the fact that cat does not append newline at the end of appended line.

Fixed it in following commit.

diogobaeder commented 11 years ago

Nice catch, thanks! :-)