Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 12, 2023
1 parent 0c27752 commit b4b4fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function create_tutorials(files)
mod = gensym(title)
@testset "$title" begin
@eval module $mod
include(joinpath(repo_src, filename))
include(joinpath($repo_src, $filename))
end
end
end
Expand Down

0 comments on commit b4b4fc1

Please sign in to comment.