fix incorrect file name

This commit is contained in:
cswimr 2025-03-02 15:07:30 -06:00
parent d4d15ef8ab
commit 3c7a61f546
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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