jish / pre-commit

A slightly improved pre-commit hook for git
https://jish.github.io/pre-commit/
Other
796 stars 96 forks source link

Add /usr/local/{s?}bin to PATH for GitHub for Mac #216

Closed alanhogan closed 9 years ago

alanhogan commented 9 years ago

This will allow GitHub for Mac to use binaries like node despite running without PATH specified in your shell config.

jish commented 9 years ago

I think I should have all of the test failures sorted out now. Can you merge in master?

Sometimes we get into weird situations depending on strict functionality and output strings of so many third party libraries... =/

https://github.com/jish/pre-commit/pull/218 https://github.com/jish/pre-commit/pull/219

alanhogan commented 9 years ago

@jish Made requested changes, thanks :)