From abcde6f2fbdda3bb712a985a9749ba04e9907ea0 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Jul 2022 23:04:06 +0200 Subject: [PATCH] tools/makefile: fix hecat import command line options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a074f28a9..bb98b21207 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ import: install rm -rf tags/ software/ platforms/ mkdir -p tags/ software/ platforms/ source .venv/bin/activate && \ - hecat import --source-file awesome-selfhosted/README.md --output-directory ./ --options=gh-metadata-only-missing + hecat import --source-file awesome-selfhosted/README.md --output-directory ./ .PHONY: process # apply automatic processing (gather github metadata) process: install