Commit ab87d119 authored by Paul's avatar Paul
Browse files

Fix path

parent d8447c64
...@@ -4,5 +4,5 @@ cd $(git rev-parse --git-dir) ...@@ -4,5 +4,5 @@ cd $(git rev-parse --git-dir)
echo "Installing hooks..." echo "Installing hooks..."
mkdir -p hooks mkdir -p hooks
ln -s ../.githooks/pre-commit hooks/pre-commit 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