Skip to content

Commit eafd878

Browse files
authored
Fix path in pre-compile script (#255)
1 parent 1ce0fe0 commit eafd878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)