From 3c7a61f546ab5fac6589d4e4168bbb34fe052076 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 2 Mar 2025 15:07:30 -0600 Subject: [PATCH] fix incorrect file name --- .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 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