Skip to content

Commit

Permalink
Correct comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 18, 2024
1 parent 92bd99a commit 69ed3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/conda-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN mamba install -q -y \
valgrind && \
mamba clean --all

# Ensure nvm, node and azurite are on path. npm and node are required to install azurite, which will then need to
# Ensure npm, node and azurite are on path. npm and node are required to install azurite, which will then need to
# be on the path for the tests to run.
ENV PATH=/opt/conda/envs/arrow/bin:$PATH

Expand Down

0 comments on commit 69ed3a5

Please sign in to comment.