Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 9, 2024
1 parent 3b4d76e commit 3aec9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
img_dir=ImplementationGuide/images/diagrams
inp_dir1=./Material/imgsrc/drawio/
inp_dir2=./Material/imgsrc/puml/
inp_dir2=./Material/imgsrc/pantuml/
find $inp_dir1 -name "*.svg" -exec mv {} $img_dir \;
find $inp_dir2 -name "*.svg" -exec mv {} $img_dir \;
Expand Down

0 comments on commit 3aec9eb

Please sign in to comment.