aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2020-04-10 20:55:18 +0200
committerKate Ward <kate.ward@forestent.com>2020-04-10 20:55:18 +0200
commitcdbcd51b7959ae9ea630e387d218846320c0fd0c (patch)
tree3e4ad741b2f4853786697d1430d97c90819d62a4
parentfd2f41aef1fda5ecef163b535cad64a73bcc9277 (diff)
downloadshflags-cdbcd51b7959ae9ea630e387d218846320c0fd0c.tar.gz
Fixed minor shell nit.
-rwxr-xr-xinit_githooks.sh2
1 files changed, 1 insertions, 1 deletions
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 @@ for hook in \
p4-pre-submit \
post-index-change
do
- echo "- ${hook}"
+ echo " ${hook}"
dest="${hooksPath}/${hook}"
ln -sf "${src}" "${dest}"
done