chore: fixing pre-commit git hook

This commit is contained in:
nostrdev-com 2025-04-03 10:48:57 +03:00
parent 990b81abe7
commit 87c510b986

@ -1,5 +1,7 @@
#!/bin/sh
echo "*****pre-commit hook******"
# Avoid commits to the master branch
BRANCH=`git rev-parse --abbrev-ref HEAD`
REGEX="^(master|main|staging|development)$"