When I execute %rake college:create[demo], I get the following error:
zsh: no matches found: college:create[demo]
Does anyone have a solution for this?
when I execute rake -T, this is what I get when as one of the output lines:
rake college:create[config_name]
So this is a valid command, but still zsh shows an error.
source
share