Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Oct 17, 2015
1 parent cfbc545 commit a0f1551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg_graph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ package. Optional keyword argument controls depth - depth=2 is just the
immediate dependencies.
"""
function get_pkg_dep_graph(pkg::PkgMeta, pg::PkgGraph; depth=Inf)
get_pkg_dep_graph(pkg.name, depgraph, depth=depth)
get_pkg_dep_graph(pkg.name, pg, depth=depth)
end
function get_pkg_dep_graph(pkgname::AbstractString, pg::PkgGraph; depth=Inf)
# Run a DFS to find the connected component
Expand Down

0 comments on commit a0f1551

Please sign in to comment.