Skip to content

Commit f576f80

Browse files
committed
Fixed UML diagrams command
Signed-off-by: Pavel Tisnovsky <[email protected]>
1 parent b4c017b commit f576f80

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)