diff options
author | 2021-03-06 18:57:15 +0000 | |
---|---|---|
committer | 2021-03-06 18:57:15 +0000 | |
commit | 95509ee3b532a061f4b250e9744ff9d2ed440b21 (patch) | |
tree | 33043aa03b071722970660c71f0dcdc2bdf40a2c | |
parent | Migrate Husky To v5 (diff) |
Set pre-commit to be executable
Husky pre-commit was not running when git commit was called because the script was not marked as executable.
-rwxr-xr-x[-rw-r--r--] | .config/husky/pre-commit | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.config/husky/pre-commit b/.config/husky/pre-commit index 101f7b9..101f7b9 100644..100755 --- a/.config/husky/pre-commit +++ b/.config/husky/pre-commit |