Open
Description
Quand j'essaye de runner une tache rake par example:
agendrix/web import-banks-in-days/sc-65826 ⚑ $ rake compute_in_days:member[d4fb0ba7-cab4-4306-abd2-88f20c143670]
zsh: no matches found: compute_in_days:member[d4fb0ba7-cab4-4306-abd2-88f20c143670]
Détail du problème https://meta.discourse.org/t/solving-zsh-no-matches-found-error-when-running-rake-task/148011
Piste de solution:
J'ai ajouté dans ma config zsh et ça règle le problème. Il faudrait trouver une bonne solution et l'ajouter dans la config pour tout le monde.
alias rake='noglob rake'
ou dans notre zsrhc
unsetopt nomatch
Metadata
Assignees
Labels
No labels