Skip to content

Commit

Permalink
Add newlines to end of all files
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Mar 13, 2020
1 parent 46bc6dd commit a0216d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion miniforge3/tests/Dockerfile.non-root
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN set -e; \
for f in /tmp/tests/*; do \
echo "Executing $f"; \
$f; \
done
done
2 changes: 1 addition & 1 deletion miniforge3/tests/Dockerfile.root
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN set -e; \
for f in /tmp/tests/*; do \
echo "Executing $f"; \
$f; \
done
done
2 changes: 1 addition & 1 deletion miniforge3/tests/tests/clean-homedir.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
if len(home_contents) == 3:
assert home_contents == ['.bash_logout', '.bashrc', '.profile'], home_contents
else:
assert home_contents == ['.bashrc', '.profile'], home_contents
assert home_contents == ['.bashrc', '.profile'], home_contents
2 changes: 1 addition & 1 deletion miniforge3/tests/tests/ps1.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
assert subprocess.check_output([
'/bin/bash', '-i', '-c',
'echo $PS1'
], stderr=subprocess.DEVNULL).decode().startswith("(base)")
], stderr=subprocess.DEVNULL).decode().startswith("(base)")
2 changes: 1 addition & 1 deletion miniforge3/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ RUN echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> /etc/
RUN echo ". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base" >> ~/.bashrc

ENTRYPOINT ["tini", "--"]
CMD [ "/bin/bash" ]
CMD [ "/bin/bash" ]

0 comments on commit a0216d1

Please sign in to comment.