From 087b10d15ff29a5bec1767d32b42a8ec799a4092 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 22 Sep 2020 17:44:58 -0400 Subject: [PATCH] fix: use previous version of liche (#660) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dec3dd8..2cacb941 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,8 @@ clean: # This tool checks local markdown links as well. # Set to exclude riot links as they trigger false positives link-check: - @go run github.com/raviqqe/liche -r . --exclude "^http://127.*|^https://riot.im/app*|^http://kava-testnet*|^https://testnet-dex*|^https://kava3.data.kava.io*|^https://ipfs.io*|^https://apps.apple.com*" + @go get -u github.com/raviqqe/liche@f57a5d1c5be4856454cb26de155a65a4fd856ee3 + liche -r . --exclude "^http://127.*|^https://riot.im/app*|^http://kava-testnet*|^https://testnet-dex*|^https://kava3.data.kava.io*|^https://ipfs.io*|^https://apps.apple.com*" lint: