From b57652e6d22dff0c88438cdd7dc03e1545b57d87 Mon Sep 17 00:00:00 2001 From: Teajey <21069848+Teajey@users.noreply.github.com> Date: Sun, 7 Dec 2025 12:42:09 +0900 Subject: [PATCH] Fix precommit Presumably this is because of a go version related change --- core/api.snap.txt | 2 +- scripts/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/api.snap.txt b/core/api.snap.txt index 47671c1..2eaf689 100644 --- a/core/api.snap.txt +++ b/core/api.snap.txt @@ -1,4 +1,4 @@ -package lishwist // import "lishwist/core" +package lishwist // import "." VARIABLES diff --git a/scripts/pre-commit b/scripts/pre-commit index c504b16..b2163b8 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -2,7 +2,7 @@ APISNAP=api.snap.txt -./scripts/api_snapshot lishwist/core > core/$APISNAP +./scripts/api_snapshot ./core > core/$APISNAP git diff --quiet core/$APISNAP if [[ $? -ne 0 ]]; then