Skip to content

Commit c628d5e

Browse files
Update SciMLTutorials.jl
1 parent 2aad072 commit c628d5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SciMLTutorials.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ function weave_file(folder,file,build_list=default_builds)
1111
target = joinpath(repo_directory, "tutorials", folder, file)
1212
@info("Weaving $(target)")
1313

14-
@show joinpath(repo_directory, folder, "Project.toml")
14+
15+
16+
@show joinpath(repo_directory, folder, "Project.toml")
1517

1618
if isfile(joinpath(repo_directory, folder, "Project.toml"))
1719
@info("Instantiating", folder)

0 commit comments

Comments
 (0)