Skip to content

Commit c0114d1

Browse files
EricWittmannjsenko
authored andcommitted
Update pre-commit
1 parent 2cfff15 commit c0114d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Define the directory to monitor
4-
WATCHED_DIR="operator/model/"
4+
WATCHED_DIR="operator/model/src/main/java"
55

66
# Get the list of changed files in the staging area
77
CHANGED_FILES=$(git diff --cached --name-only)

0 commit comments

Comments
 (0)