"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "f717f6bf7ef4f9b6e95932744ac89e07ed0f0c52"
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