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 612b389 commit f8e6ba0Copy full SHA for f8e6ba0
base/initdefs.jl
@@ -390,7 +390,7 @@ options and their priority in package loading.
390
See also [`Base.active_project`](@ref), [`Base.set_active_project`](@ref).
391
"""
392
function active_manifest(project_file::Union{AbstractString,Nothing}=nothing, search_load_path::Bool=true)
393
- project_file === @someting project_file active_project(search_load_path)
+ project_file === @something project_file active_project(search_load_path)
394
project_file === nothing && return nothing
395
return project_file_manifest_path(project_file)
396
end
0 commit comments