Skip to content

Commit 56c5685

Browse files
committed
Fix typo in travis_build_conda.sh
1 parent af5ea13 commit 56c5685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conda update -q conda
1414
conda install conda-build
1515
conda info -a
1616
conda config --add channels domdfcoding || exit 1
17-
conda build conda --output-directory conda/dist
17+
conda build conda --output-folder conda/dist
1818

1919

2020
for f in ../conda/dist/noarch/domdf_python_tools-*.tar.bz2; do

0 commit comments

Comments
 (0)