Skip to content

Commit 31615e0

Browse files
committed
Create .git/hooks directory if not already present
1 parent 10067eb commit 31615e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

admin/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
# Install a pre-commit hook that
44
# automatically runs phpcs to fix styles
5+
mkdir -p .git/hooks
56
cp admin/pre-commit .git/hooks/pre-commit
67
chmod +x .git/hooks/pre-commit

0 commit comments

Comments
 (0)