Fix precommit
Presumably this is because of a go version related change
This commit is contained in:
parent
3cfeca65fc
commit
b57652e6d2
|
|
@ -1,4 +1,4 @@
|
||||||
package lishwist // import "lishwist/core"
|
package lishwist // import "."
|
||||||
|
|
||||||
|
|
||||||
VARIABLES
|
VARIABLES
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue