Skip to content

Commit 9a2ed55

Browse files
authored
fixup
1 parent dba1c5c commit 9a2ed55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMerge/guidelines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function meets_compat_for_all_deps(working_directory::AbstractString, pkg, versi
9292
if version in Pkg.Types.VersionRange(version_range)
9393
for name in keys(deps[version_range])
9494
if !is_jll_name(name)
95-
@debug("Found a new dependency: $(name)")
95+
@debug("Found a new (non-JLL) dependency: $(name)")
9696
dep_has_compat_with_upper_bound[name] = false
9797
end
9898
end

0 commit comments

Comments
 (0)