Skip to content

Commit d897a3a

Browse files
committed
Fix mermaid file extension
1 parent 67728fc commit d897a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ process() {
8484
}
8585

8686
find "$FOLDER" -name '*.plantuml' | process 'plantuml'
87-
find "$FOLDER" -name '*.mermaid' | process 'mermaid'
87+
find "$FOLDER" -name '*.mmd' | process 'mermaid'
8888
find "$FOLDER" -name '*.bpmn' | process 'bpmn'
8989

9090
clean_cache() {

0 commit comments

Comments
 (0)