We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02115b3 commit d878c71Copy full SHA for d878c71
1 file changed
tools/install-git-hooks.sh
@@ -2,11 +2,11 @@
2
set -euo pipefail
3
4
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"
+ echo "pre-commit is not installed."
+ echo "Install with: pip install pre-commit"
7
exit 1
8
fi
9
10
pre-commit install --install-hooks --hook-type pre-commit --hook-type pre-push
11
12
-echo "Hooks instalados (pre-commit y pre-push)."
+echo "Hooks installed (pre-commit and pre-push)."
0 commit comments