michalrus / git-hooks-code-autoformat

Apache License 2.0
87 stars 24 forks source link

Fix pre-commit to be working on OS X #10

Closed styurin closed 7 years ago

styurin commented 7 years ago

find has different arguments on OS X. Adjusting pre-commit to use arguments depending on the OS name.

michalrus commented 7 years ago

Thank you very much!