Skip to content

Commit d878c71

Browse files
committed
chore: change hook installer messages to English
1 parent 02115b3 commit d878c71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/install-git-hooks.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
set -euo pipefail
33

44
if ! command -v pre-commit >/dev/null 2>&1; then
5-
echo "pre-commit no esta instalado."
6-
echo "Instala con: pip install pre-commit"
5+
echo "pre-commit is not installed."
6+
echo "Install with: pip install pre-commit"
77
exit 1
88
fi
99

1010
pre-commit install --install-hooks --hook-type pre-commit --hook-type pre-push
1111

12-
echo "Hooks instalados (pre-commit y pre-push)."
12+
echo "Hooks installed (pre-commit and pre-push)."

0 commit comments

Comments
 (0)