Fix a typo.

This commit is contained in:
Fangjun Kuang 2021-08-20 17:46:36 +08:00
parent 785330d812
commit 4a1d08c1fa

View File

@ -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" 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 conda build --no-test --no-anaconda-upload -c pytorch -c conda-forge ./scripts/conda/kaldifeat
else 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 fi