Skip to content

Commit b7bfcc3

Browse files
committed
fix(dev): fix pre-commit hook link
1 parent 8a053ff commit b7bfcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ prerequisites-dev: prerequisites
7878
exit 1
7979
fi
8080
if [[ "{{ci}}" != "true" ]]; then
81-
ln -sf build-aux/git-hooks/pre-commit.hook .git/hooks/pre-commit
81+
ln -sf ../../build-aux/git-hooks/pre-commit.hook .git/hooks/pre-commit
8282
fi
8383
curl -L --proto '=https' --tlsv1.2 -sSf \
8484
https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

0 commit comments

Comments
 (0)