From e6aa952cccf44fa2d1fd11d1297d33b57b51c735 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 1 Mar 2025 00:30:34 -0600 Subject: [PATCH] fix incorrect language --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 6d04eba..9a76da3 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,5 +2,5 @@ name: Refresh Packwiz Hashes description: This hook refreshes Packwiz files in this repository to prevent hash mismatches from being pushed to origin. entry: find . -name 'packwiz.toml' -execdir packwiz refresh \; - language: shell + language: script always_run: true