mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix typo. 'nvm' -> 'docpad'
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ _arguments -C \
|
||||
|
||||
case $state in
|
||||
cmds)
|
||||
_describe -t commands 'nvm command' _1st_arguments && ret=0
|
||||
_describe -t commands 'docpad command' _1st_arguments && ret=0
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user