Skip to content

Commit

Permalink
Merge pull request #9 from cjolowicz/ci-fix-mcount-typo
Browse files Browse the repository at this point in the history
Fix mcount typo
  • Loading branch information
cjolowicz authored Aug 24, 2019
2 parents 3d36c8a + 93e29dd commit 3adac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/steps/pip-uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3adac4f

Please sign in to comment.