From 9bf33a8abfd24d4da33b34c21b7c01ab878ce0f0 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 10 Feb 2015 20:05:24 +0100 Subject: [PATCH] missing t --- _conda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conda b/_conda index ec9ebd9..53178dd 100644 --- a/_conda +++ b/_conda @@ -150,7 +150,7 @@ case $state in (create) _arguments -C $base_opts \ $install_opts \ - '--clone[path to (or name of) existing local environmen]' \ + '--clone[path to (or name of) existing local environment]' \ '--no-default-packages[ignore create_default_packages in condarc file]' \ '*:packages:__conda_packages_search' \ ;;