fix: comment typo doesn't match the plugin name

This commit is contained in:
LinPr 2024-10-17 15:33:05 +08:00
commit 77e8ce8fd2

View file

@ -4,7 +4,7 @@ if (( ! $+commands[volta] )); then
fi
# If the completion file doesn't exist yet, we need to autoload it and
# bind it to `deno`. Otherwise, compinit will have already done that.
# bind it to `volta`. Otherwise, compinit will have already done that.
if [[ ! -f "$ZSH_CACHE_DIR/completions/_volta" ]]; then
typeset -g -A _comps
autoload -Uz _volta