We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a525ac + 26d2168 commit 577693dCopy full SHA for 577693d
1 file changed
Makefile
@@ -39,7 +39,7 @@ clean: check-docker
39
docker rmi $(IMAGE)
40
41
commit-hook:
42
- cp contrib/util/commit-msg .git/hooks/commit-msg
+ cp _scripts/util/commit-msg .git/hooks/commit-msg
43
44
full-clean: check-docker
45
docker images -q $(IMAGE_PREFIX)$(COMPONENT) | xargs docker rmi -f
0 commit comments