Skip to content

Commit 865f814

Browse files
committed
Fix path in pre-compile script
1 parent 1ce0fe0 commit 865f814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestBaseModelica/precompile_skript.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using TestBaseModelica
44
examples = [
55
(splitext(basename(file))[1], file) for file in filter(
66
f -> endswith(f, ".bmo"),
7-
readdir(joinpath("examples"), join=true)
7+
readdir(joinpath(@__DIR__, "examples"), join=true)
88
)
99
]
1010

0 commit comments

Comments
 (0)