thoughtbot / cocaine

A small library for doing (command) lines.
https://robots.thoughtbot.com
Other
785 stars 55 forks source link

Fix logging #29

Closed jyurek closed 12 years ago

jyurek commented 12 years ago

The new API forgot to interpolate before logging: https://github.com/thoughtbot/cocaine/blob/master/lib/cocaine/command_line.rb#L74

jyurek commented 12 years ago

Fixed this in master (bce41dc8fffe8471b616c04b126e01699dc04196)