diff --git a/bin/steps/mercurial b/bin/steps/mercurial index 505aad6..c7d7bf1 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 7c536e2..3e41d1b 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