diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e7c70fd..51292c9 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ - id: packwiz-refresh 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 \; + entry: find . -name 'pack.toml' -execdir packwiz refresh \; language: system always_run: true pass_filenames: false