Skip to content

Commit

Permalink
Change "REQUIRE updated" message to "Package database updated"
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 12, 2014
1 parent 5c62b41 commit 8ecfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/pkg/entry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function edit(f::Function, pkg::String, args...)
reqsʹ = Reqs.parse(rʹ)
reqsʹ != reqs && resolve(reqsʹ,avail)
Reqs.write("REQUIRE",rʹ)
info("REQUIRE updated")
info("Package database updated")
return true
end

Expand Down

0 comments on commit 8ecfde5

Please sign in to comment.