From 911e472d1e3ef3704d5684e5aa722fca3fcbeb20 Mon Sep 17 00:00:00 2001 From: sanika Date: Thu, 26 Dec 2024 12:15:53 +0530 Subject: [PATCH] edited pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 792359627c7..1353c66f15b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: hooks: - id: vale name: Vale - entry: bash -c 'wget https://raw.githubusercontent.com/errata-ai/vale/v3.9.1/vale -O /tmp/vale && chmod +x /tmp/vale && /tmp/vale "$@"' -- + entry: bash -c 'curl https://raw.githubusercontent.com/errata-ai/vale/v3.9.1/vale -O /tmp/vale && chmod +x /tmp/vale && /tmp/vale "$@"' -- language: system types: [file] files: \.(md|txt|rst)$ # Adjust file extensions as needed