dobtco / procure-io

*NOT CURRENTLY MAINTAINED* Procurement software for the 21st century.
Other
40 stars 16 forks source link

Put single quotes around rake task with bracketed args for Zsh compatibi... #135

Closed daguar closed 11 years ago

daguar commented 11 years ago

...lity

Zsh doesn't play nicely with bracketed Rake arguments.

Because it's widely-used in the Rails community, it seems like putting single quotes around the Rake argument will help people avoid a silly error without adding much complexity for other users.

For more details on this Zsh/Rake interaction, see:

http://robots.thoughtbot.com/post/18129303042/how-to-use-arguments-in-a-rake-task

ajb commented 11 years ago

Thanks!