Skip to content

Commit

Permalink
fix: plantuml image generation path
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zosel committed Jun 10, 2022
1 parent c4f826d commit 403f4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ help:

.PHONY: images
images: ## generate images using plantuml
java -DPLANTUML_LIMIT_SIZE=8192 -jar ./bin/plantuml.jar ./images/rcm-dx-images.puml -o images/generated
java -DPLANTUML_LIMIT_SIZE=8192 -jar ./bin/plantuml.jar ./images/rcm-dx-images.puml -o generated
mkdir -p generated-specs/html/images
cp -r images/* generated-specs/html/images

Expand Down

0 comments on commit 403f4c6

Please sign in to comment.