We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a053ff commit b7bfcc3Copy full SHA for b7bfcc3
justfile
@@ -78,7 +78,7 @@ prerequisites-dev: prerequisites
78
exit 1
79
fi
80
if [[ "{{ci}}" != "true" ]]; then
81
- ln -sf build-aux/git-hooks/pre-commit.hook .git/hooks/pre-commit
+ ln -sf ../../build-aux/git-hooks/pre-commit.hook .git/hooks/pre-commit
82
83
curl -L --proto '=https' --tlsv1.2 -sSf \
84
https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
0 commit comments