Skip to content
Snippets Groups Projects
Commit c07f4ad7 authored by Xu Cheng's avatar Xu Cheng
Browse files

outdated: output full name


Closes Homebrew/homebrew#41099.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent e04f115f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ module Homebrew
def print_outdated_json(formulae)
json = []
outdated = outdated_brews(formulae) do |f, versions|
json << {:name => f.name,
json << {:name => f.full_name,
:installed_versions => versions.collect(&:to_s),
:current_version => f.pkg_version.to_s}
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment