Skip to content

Commit 3d503df

Browse files
authored
Forgot a Base prefix
1 parent d740944 commit 3d503df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/pkg/entry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ function resolve(
541541
info("$(up)grading $pkg: v$ver1 => v$ver2")
542542
Write.update(pkg, Read.sha1(pkg,ver2))
543543
pkgsym = Symbol(pkg)
544-
if isbindingresolved(Main, pkgsym) && isa(getfield(Main, pkgsym), Module)
544+
if Base.isbindingresolved(Main, pkgsym) && isa(getfield(Main, pkgsym), Module)
545545
push!(imported, "- $pkg")
546546
end
547547
end

0 commit comments

Comments
 (0)