Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djsutherland authored Apr 19, 2018
1 parent 1f789db commit e1ae502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/run_docker_build.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "$config" > ~/.condarc
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artifacts.
conda clean --lock
# Make sure we pull in the latest pconda-build version too
# Make sure we pull in the latest conda-build version too
conda install --yes --quiet conda-forge-ci-setup=1 conda-build
{% if build_setup -%}
{{ build_setup }}{% endif -%}
Expand Down

0 comments on commit e1ae502

Please sign in to comment.