From 4a1d08c1fa8bbcd86f4a112f0df71ce77e6a3c21 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 20 Aug 2021 17:46:36 +0800 Subject: [PATCH] Fix a typo. --- scripts/build_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_conda.sh b/scripts/build_conda.sh index 49ede93..f52ebf2 100755 --- a/scripts/build_conda.sh +++ b/scripts/build_conda.sh @@ -97,5 +97,5 @@ if [ -z $KALDIFEAT_CONDA_TOKEN ]; then echo "Auto upload to anaconda.org is disabled since KALDIFEAT_CONDA_TOKEN is not set" conda build --no-test --no-anaconda-upload -c pytorch -c conda-forge ./scripts/conda/kaldifeat else - conda build --no-test -c pytorch -c conda-forge --token $KADIFEAT_CONDA_TOKEN ./scripts/conda/kaldifeat + conda build --no-test -c pytorch -c conda-forge --token $KALDIFEAT_CONDA_TOKEN ./scripts/conda/kaldifeat fi