Skip to content

Commit a59a427

Browse files
Move providers to 'ext' folder
1 parent 21db6d3 commit a59a427

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/WebIO.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ end
8989
setup(provider::AbstractString) = setup(Symbol(provider))
9090

9191
function prefetch_provider_file(basename)
92-
filepath = joinpath(@__DIR__, "providers", basename)
92+
filepath = joinpath(@__DIR__, "..", "ext", basename)
9393
code = read(filepath, String)
9494
(file = filepath, code = code)
9595
end

0 commit comments

Comments
 (0)