Merge pull request #855 from heroku/fix-mcount-typo

Fix mcount typo
This commit is contained in:
Casey
2019-09-30 12:05:06 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
# Master
Typo fixes
--------------------------------------------------------------------------------
# 156 (2019-09-12)
+1 -1
View File
@@ -13,7 +13,7 @@ if [ ! "$SKIP_PIP_INSTALL" ]; then
if ! pip-diff --stale requirements-declared.txt requirements.txt --exclude setuptools pip wheel > .heroku/python/requirements-stale.txt; then
mount "failure.bad-requirements"
mcount "failure.bad-requirements"
fi
rm -fr requirements-declared.txt