Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in command to log pip-diff failure
The pip-diff tool from vendor/pip-pop is used to determine stale requirements. When pip-diff encounters an unexpected failure, a count is logged using mcount from heroku/buildpack-stdlib. Due to a typo, mount(8) was invoked instead of mcount, with an invalid argument.
- Loading branch information