observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 152 forks source link

Fix pre-commit template #80

Closed bbondy closed 7 years ago

bbondy commented 8 years ago

Without this, it actually looks for a file with quotes around it on macOS and probably other platforms too.

The path is already escaped because it is part of an args array.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 95.413% when pulling 67aef1db3066f298a25e930c06a8c9f2b19f2a3e on brave:master into 7154dee93f2c38ef46f807f21cc9ce73848d7396 on observing:master.

3rd-Eden commented 7 years ago

Thanks for your contribution! Will be in the next patch release