chore: fix schema command

This commit is contained in:
Kujtim Hoxha
2025-07-29 16:14:06 +02:00
parent 4154368424
commit 394387c2fa

View File

@@ -48,5 +48,5 @@ tasks:
schema:
desc: Generate JSON schema for configuration
cmds:
- go run cmd/schema/main.go > crush-schema.json
- echo "Generated crush-schema.json"
- go run main.go schema > schema.json
- echo "Generated schema.json"