Skip to content

Commit

Permalink
Almost
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Apr 12, 2017
1 parent 631473b commit 498e924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function versioninfo()
finalize(prepo)

for deps in ["flint2", "arb", "antic"]
if ispath(joinpath(nemorepo, "deps/flint2"))
if ispath(joinpath(nemorepo, "deps", deps))
print("$deps: ")
repo = joinpath(nemorepo, "deps", deps)

Expand Down

0 comments on commit 498e924

Please sign in to comment.