0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

knife: fix refactor mistake

This commit is contained in:
Marc Cornellà 2020-03-04 09:12:58 +01:00
parent 314dd205ca
commit 22fed4fbcb

View file

@ -106,10 +106,10 @@ _knife() {
compadd -Q "$@" show edit list "from file" create delete
;;
bootstrap|clean|cook|prepare)
compadd "$@" nodes/*.json(N:t:r); done
compadd "$@" nodes/*.json(N:t:r)
;;
init)
compadd "$@" ./*(/N:t); done
compadd "$@" ./*(/N:t)
;;
*)
_arguments '3:Subsubcommands:($(_knife_options2))'