Skip to content

Commit ab39afb

Browse files
committed
fix: correct shebang line in pre-commit hook
1 parent 6f5dd9c commit ab39afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/tools/git-hooks/hooks/pre-commit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin / env zx
1+
#!/usr/bin/env zx
22

33
/**
44
* Pre-commit hook - ZX TypeScript implementation

0 commit comments

Comments
 (0)