Skip to content

Commit c7c3741

Browse files
fix: use ontologies/* in bench_examples.sh
Co-authored-by: aider (openai/gpt-5) <[email protected]>
1 parent bf80642 commit c7c3741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bench_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mv bench.txt bench.txt-old
44
export RUST_LOG=info
5-
ontologies=$(ls example_models/ontologies)
5+
ontologies=$(ls example_models/ontologies/*)
66
echo $ontologies
77

88
# start with ontologies

0 commit comments

Comments
 (0)