Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 1a2aff8

Browse files
authored
Merge pull request #164 from forana/master
Typo: "presenet" -> "present"
2 parents 8e2f4b4 + d640a6c commit 1a2aff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/python-3-anaconda/.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update \
3030
# Install pylint
3131
&& /opt/conda/bin/pip install pylint \
3232
#
33-
# Update Python environment based on environment.yml (if presenet)
33+
# Update Python environment based on environment.yml (if present)
3434
&& if [ -f "/tmp/conda-tmp/environment.yml" ]; then /opt/conda/bin/conda env update -n base -f /tmp/conda-tmp/environment.yml; fi \
3535
&& rm -rf /tmp/conda-tmp \
3636
#

containers/python-3-miniconda/.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update \
3030
# Install pylint
3131
&& /opt/conda/bin/pip install pylint \
3232
#
33-
# Update Python environment based on environment.yml (if presenet)
33+
# Update Python environment based on environment.yml (if present)
3434
&& if [ -f "/tmp/conda-tmp/environment.yml" ]; then /opt/conda/bin/conda env update -n base -f /tmp/conda-tmp/environment.yml; fi \
3535
&& rm -rf /tmp/conda-tmp \
3636
#

0 commit comments

Comments
 (0)