Fix Problem on Zsh When Passing Params to Rake
1 minute read
I have this error when execute a rake taks with params on Zsh:
zsh: no matches found: my_namespace:my_task[my_param]
So i add unsetopt nomatch
to ~/.zshrc
to solve
I feedback.
Let me know what you think of this article on twitter @roudi or leave a comment below!
Let me know what you think of this article on twitter @roudi or leave a comment below!
comments powered by Disqus