fix incorrect file name
This commit is contained in:
parent
d4d15ef8ab
commit
3c7a61f546
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue