Skip to content

Commit 6310a0d

Browse files
committed
fix (lib): remove const hook dirs from utils
1 parent 045d1b4 commit 6310a0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/lib/utils.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ import (
44
"os"
55
)
66

7-
const (
8-
huskyHooksDir = ".husky/hooks"
9-
gitHooksDir = ".git/hooks"
10-
)
11-
127
// git hooks currently supported
138
var validHooks = []string{
149
"applypatch-msg",

0 commit comments

Comments
 (0)