commit | cdbcd51b7959ae9ea630e387d218846320c0fd0c | [log] [tgz] |
---|---|---|
author | Kate Ward <[email protected]> | Fri Apr 10 20:55:18 2020 +0200 |
committer | Kate Ward <[email protected]> | Fri Apr 10 20:55:18 2020 +0200 |
tree | 3e4ad741b2f4853786697d1430d97c90819d62a4 | |
parent | fd2f41aef1fda5ecef163b535cad64a73bcc9277 [diff] [blame] |
Fixed minor shell nit.
diff --git a/init_githooks.sh b/init_githooks.sh index 19a380f..3349df4 100755 --- a/init_githooks.sh +++ b/init_githooks.sh
@@ -41,7 +41,7 @@ p4-pre-submit \ post-index-change do - echo "- ${hook}" + echo " ${hook}" dest="${hooksPath}/${hook}" ln -sf "${src}" "${dest}" done