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