From 7ef77000861aa2cda2351c949975f4ff23fc9c6a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 31 Jul 2022 19:43:15 +0200 Subject: [PATCH] tools/makefile: update hecat@master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fed6a92f37..bb98b21207 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install: python3 -m venv .venv source .venv/bin/activate && \ pip3 install wheel && \ - pip3 install --force git+https://github.com/nodiscc/hecat.git@awesome-lint + pip3 install --force git+https://github.com/nodiscc/hecat.git@master .PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted import: install