From d5d2b83f80edcc5b4db6e6534942e603aaf16ac8 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Sat, 9 Mar 2019 04:58:51 +0100 Subject: [PATCH] fix typo, thanks to @texastony --- _conda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conda b/_conda index 25f7907..32fda15 100644 --- a/_conda +++ b/_conda @@ -488,7 +488,7 @@ case $state in '*:packages:{__conda_packages_installed $specifier $environment}' \ ;; (config) - # this allows completing multiple keys whet --get is given + # this allows completing multiple keys when --get is given local -a last_item get_opts last_item=$line[$CURRENT-1] if (( ${line[(I)--get]} )) && (( ${__conda_config_keys[(I)$last_item]} )) ; then