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