diff options
-rwxr-xr-x | git_hooks/commit-msg/signed-off-by | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/git_hooks/commit-msg/signed-off-by b/git_hooks/commit-msg/signed-off-by index 5dbafb4..a1ba4e6 100755 --- a/git_hooks/commit-msg/signed-off-by +++ b/git_hooks/commit-msg/signed-off-by @@ -36,13 +36,7 @@ function run_test case "${1}" in --about ) - echo -n "Spell check the commit message using aspell which is: " - which aspell > /dev/null - if [ ! $? -eq 0 ] ; then - echo "not installed" - else - echo "installed" - fi + echo -n "Checks commit message for presence of Signed-off-by line." ;; * ) run_test "$@" |