diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-10-24 01:48:03 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-10-24 01:58:59 -0500 |
commit | 8f05e26198d6b8bcf620f2e87ca671bb74cf82de (patch) | |
tree | 58c5112e19d1d475bfbc6b7090ad69d375e136ad /misc/hooks/pre-commit | |
parent | b2ab5cb504cef1ffe229523d63b997d5306afce3 (diff) |
Rename "makerst.py" to "make_rst.py"
Diffstat (limited to 'misc/hooks/pre-commit')
-rwxr-xr-x | misc/hooks/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/pre-commit b/misc/hooks/pre-commit index 40cb00253b..ab0fc8176f 100755 --- a/misc/hooks/pre-commit +++ b/misc/hooks/pre-commit @@ -14,7 +14,7 @@ # as this script. Hooks should return 0 if successful and nonzero to cancel the # commit. They are executed in the order in which they are listed. #HOOKS="pre-commit-compile pre-commit-uncrustify" -HOOKS="pre-commit-clang-format pre-commit-black pre-commit-makerst" +HOOKS="pre-commit-clang-format pre-commit-black pre-commit-make-rst" ########################################################### # There should be no need to change anything below this line. |