fix incorrect language

This commit is contained in:
cswimr 2025-03-01 00:30:34 -06:00
parent 79b0b66ee5
commit e6aa952ccc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

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