Skip to content

Commit

Permalink
Fixed minor shell nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kward committed Apr 10, 2020
1 parent fd2f41a commit cdbcd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_githooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cdbcd51

Please sign in to comment.