Skip to content

Commit

Permalink
Merge 9c7987e into 4ac4f52
Browse files Browse the repository at this point in the history
  • Loading branch information
daveweb3000 committed Nov 2, 2015
2 parents 4ac4f52 + 9c7987e commit b661ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xcode/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def installed?(version)
end

def installed_versions
installed.map { |x| InstalledXcode.new(x) }.sort do |a, b|
@installed ||= installed.map { |x| InstalledXcode.new(x) }.sort do |a, b|
Gem::Version.new(a.version) <=> Gem::Version.new(b.version)
end
end
Expand Down

0 comments on commit b661ce9

Please sign in to comment.