From b740cb8216e48e3b294b7158b7946e92712a1184 Mon Sep 17 00:00:00 2001 From: "Lev S. Bishop" <18673315+levbishop@users.noreply.github.com> Date: Tue, 17 Sep 2019 01:15:02 -0400 Subject: [PATCH] Fix for #16 --- _conda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conda b/_conda index db29774..6bf895d 100644 --- a/_conda +++ b/_conda @@ -297,7 +297,7 @@ except KeyError: } __conda_commands(){ - local -a package maint environment help config special + local -a package maint environment help config special tmp package=( search:'Search for packages and display their information.' install:'Install a list of packages into a specified conda environment.'