diff options
| author | Christoph Blecker <admin@toph.ca> | 2018-03-04 14:36:40 -0800 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2018-03-05 09:31:45 -0800 |
| commit | 5c3b5582924ff744831fca08572b54d5c8f86a2d (patch) | |
| tree | b8a917087a1aa80e4e0bc5d2d3a09da7a0c9a734 /vendor/github.com/client9/misspell/scripts/commit-msg.sh | |
| parent | 2bd679812c5cc204ba7c329451effa56151142ac (diff) | |
Move vendor to root, add misspell util
Diffstat (limited to 'vendor/github.com/client9/misspell/scripts/commit-msg.sh')
| -rwxr-xr-x | vendor/github.com/client9/misspell/scripts/commit-msg.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/client9/misspell/scripts/commit-msg.sh b/vendor/github.com/client9/misspell/scripts/commit-msg.sh new file mode 100755 index 00000000..3655bd00 --- /dev/null +++ b/vendor/github.com/client9/misspell/scripts/commit-msg.sh @@ -0,0 +1,2 @@ +#!/bin/sh -ex +misspell -error "$1" |
