Closed nicholas-maltbie closed 4 years ago
If files have spaces in their names, the pre-commit hook will fail to process the files correctly.
Need to surround each file name with double quotes "" or have to change the way files are filtered and processed.
Solved by PR #98
If files have spaces in their names, the pre-commit hook will fail to process the files correctly.
Need to surround each file name with double quotes "" or have to change the way files are filtered and processed.