We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78502 commit 247c72aCopy full SHA for 247c72a
2 files changed
Settings.toml
src/VersionsJSONUtil.jl
@@ -163,9 +163,6 @@ function Config(output_directory::AbstractString)
163
versions_json_filename = joinpath(output_directory, "versions.json")
164
internal_json_filename = joinpath(output_directory, "internal.json")
165
166
- settings_file = joinpath(dirname(@__DIR__), "Settings.toml")
167
- settings_toml = TOML.parsefile(settings_file)
168
-
169
cfg = Config(;
170
versions_json_filename,
171
internal_json_filename,
0 commit comments