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