Commit d8447c64 authored by Paul's avatar Paul
Browse files

Fix installation of githooks

parent 4d162859
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
cd $(git rev-parse --git-dir) cd $(git rev-parse --git-dir)
echo "Installing hooks..." echo "Installing hooks..."
ln -s ../.githooks hooks mkdir -p hooks
ln -s ../.githooks/pre-commit hooks/pre-commit
echo "Done!" echo "Done!"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment