mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
knife: fix refactor mistake
This commit is contained in:
parent
314dd205ca
commit
22fed4fbcb
1 changed files with 2 additions and 2 deletions
|
@ -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))'
|
||||
|
|
Loading…
Reference in a new issue