Skip to content

Commit b05bc2d

Browse files
committed
fix: update pre-commit hook path to .opencode/tools/pre-commit.py
1 parent 65bae66 commit b05bc2d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ docs-build:
1313
@mkdocs build
1414

1515
install-hooks:
16-
ln -sf ../../.gemini/hooks/pre-commit.py .git/hooks/pre-commit
16+
ln -sf ../../.opencode/tools/pre-commit.py .git/hooks/pre-commit
1717
chmod +x .git/hooks/pre-commit

0 commit comments

Comments
 (0)