Skip to content
Snippets Groups Projects
Commit 0896d6a0 authored by Ed Morley's avatar Ed Morley
Browse files

Fix files without blank newline

parent 998f996a
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ if (grep -Fiq "hg+" requirements.txt) then ...@@ -3,4 +3,4 @@ if (grep -Fiq "hg+" requirements.txt) then
bpwatch start mercurial_install bpwatch start mercurial_install
/app/.heroku/python/bin/pip install mercurial | cleanup | indent /app/.heroku/python/bin/pip install mercurial | cleanup | indent
bpwatch stop mercurial_install bpwatch stop mercurial_install
fi fi
\ No newline at end of file
...@@ -15,4 +15,4 @@ if [[ -f .heroku/python/requirements-declared.txt ]]; then ...@@ -15,4 +15,4 @@ if [[ -f .heroku/python/requirements-declared.txt ]]; then
fi fi
fi fi
bpwatch stop pip_uninstall bpwatch stop pip_uninstall
set -e set -e
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment