diff options
author | Benjamin C Meyer <ben@meyerhome.net> | 2013-10-23 23:14:44 -0400 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2013-10-23 23:16:16 -0400 |
commit | 7e9a63bde673b64fc9d94d02b25f1bd873db175f (patch) | |
tree | e12ea074865e6e9244953274272e214898f77084 | |
parent | 1d2b74a54a69f741289b0cbebc47564043c5fe0d (diff) | |
download | git-hooks-7e9a63bde673b64fc9d94d02b25f1bd873db175f.tar.gz git-hooks-7e9a63bde673b64fc9d94d02b25f1bd873db175f.tar.bz2 |
If git hooks isn't installed explicitly say how to install it
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rwxr-xr-x | git-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ function list_hooks echo "Git hooks ARE installed in this repository." echo "" else - echo "Git hooks are NOT installed in this repository." + echo "Git hooks are NOT installed in this repository. (Run 'git hooks --install' to install it)" echo "" fi |