Skip to content

Commit 5a6b4b8

Browse files
authored
Merge pull request road-core#300 from tisnik/fixed-uml-diagrams-command
Fixed UML diagrams command
2 parents b4c017b + f576f80 commit 5a6b4b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ config.puml: ## Generate PlantUML class diagram for configuration
138138
mv docs/classes.puml docs/config.puml
139139

140140
llms.puml: ## Generate PlantUML class diagram for LLM plugin system
141-
pyreverse ols/src/llms/ --output puml --output-directory=docs
141+
pyreverse ols/src/llms/ --output puml --output-directory=docs/
142142
mv docs/classes.puml docs/llms_classes.uml
143+
mv docs/packages.puml docs/llms_packages.uml
143144

144145
distribution-archives: ## Generate distribution archives to be uploaded into Python registry
145146
pdm run python -m build

0 commit comments

Comments
 (0)