Skip to content

Commit 26d2168

Browse files
fix(Makefile): fix commit-msg task
1 parent e5f4732 commit 26d2168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ clean: check-docker
3939
docker rmi $(IMAGE)
4040

4141
commit-hook:
42-
cp contrib/util/commit-msg .git/hooks/commit-msg
42+
cp _scripts/util/commit-msg .git/hooks/commit-msg
4343

4444
full-clean: check-docker
4545
docker images -q $(IMAGE_PREFIX)$(COMPONENT) | xargs docker rmi -f

0 commit comments

Comments
 (0)