Skip to content

Commit 94a9c7a

Browse files
committed
Merge branch 'release-0.6'
2 parents f4c3352 + c19e244 commit 94a9c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/piracy.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ hunt(mod::Module; from::Module = mod, kwargs...) =
167167

168168
function hunt(pkg::Base.PkgId; from::Module, kwargs...)
169169
filter(all_methods(from)) do method
170-
Base.PkgId(method.module) === pkg && is_pirate(method, kwargs...)
170+
Base.PkgId(method.module) === pkg && is_pirate(method; kwargs...)
171171
end
172172
end
173173

0 commit comments

Comments
 (0)