From 0896d6a0c4bdedab5ea91a3048d2ab38c08c3315 Mon Sep 17 00:00:00 2001 From: Ed Morley <emorley@mozilla.com> Date: Mon, 1 Aug 2016 12:45:18 +0100 Subject: [PATCH] Fix files without blank newline --- bin/steps/mercurial | 2 +- bin/steps/pip-uninstall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/steps/mercurial b/bin/steps/mercurial index 505aad60..c7d7bf11 100755 --- a/bin/steps/mercurial +++ b/bin/steps/mercurial @@ -3,4 +3,4 @@ if (grep -Fiq "hg+" requirements.txt) then bpwatch start mercurial_install /app/.heroku/python/bin/pip install mercurial | cleanup | indent bpwatch stop mercurial_install -fi \ No newline at end of file +fi diff --git a/bin/steps/pip-uninstall b/bin/steps/pip-uninstall index 7c536e22..3e41d1b9 100755 --- a/bin/steps/pip-uninstall +++ b/bin/steps/pip-uninstall @@ -15,4 +15,4 @@ if [[ -f .heroku/python/requirements-declared.txt ]]; then fi fi bpwatch stop pip_uninstall -set -e \ No newline at end of file +set -e -- GitLab