Fix microformat

This commit is contained in:
Fundor333
2025-01-17 23:44:28 +01:00
parent bd51d870b8
commit 0d8287e712
3 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ gomodule: ## Update Go Module
.PHONY: hydra
hydra: ## Check links
@poetry run python hydra.py http://localhost:1313/ --config ./hydra-config.json
@python hydra.py http://localhost:1313/ --config ./hydra-config.json
.PHONY: syntax
syntax: ## Build the style of the code