mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-03-18 21:30:41 +01:00
tools/makefile: fix hecat import command line options
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user