Fix Problem on Zsh When Passing Params to Rake

on
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

reference

comments powered by Disqus