Fix precommit

Presumably this is because of a go version related change
This commit is contained in:
Teajey 2025-12-07 12:42:09 +09:00
parent 3cfeca65fc
commit b57652e6d2
Signed by: Teajey
GPG Key ID: 970E790FE834A713
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package lishwist // import "lishwist/core" package lishwist // import "."
VARIABLES VARIABLES

View File

@ -2,7 +2,7 @@
APISNAP=api.snap.txt APISNAP=api.snap.txt
./scripts/api_snapshot lishwist/core > core/$APISNAP ./scripts/api_snapshot ./core > core/$APISNAP
git diff --quiet core/$APISNAP git diff --quiet core/$APISNAP
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then