We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfff15 commit c0114d1Copy full SHA for c0114d1
.githooks/pre-commit
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Define the directory to monitor
4
-WATCHED_DIR="operator/model/"
+WATCHED_DIR="operator/model/src/main/java"
5
6
# Get the list of changed files in the staging area
7
CHANGED_FILES=$(git diff --cached --name-only)
0 commit comments