Skip to content

Commit

Permalink
hopefully the last relative path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Jul 11, 2024
1 parent b36dda8 commit 347f354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render_diagrams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for sub_dir in "$DIR"*/; do
for dotfile in "$sub_dir"*.dot; do
# Get the base name without extension
base_name=$(basename "$dotfile" .dot)
dir_path=${sub_dir//docs/docs\/_site}
dir_path=${sub_dir//diagrams/..\/_site\/diagrams}
mkdir -p $dir_path
output="$dir_path$base_name.svg"

Expand Down

0 comments on commit 347f354

Please sign in to comment.