Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix eclipse dependency upgrade version comparision
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandew committed Jan 2, 2018
1 parent 1ff153e commit 21a2c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ class Eclipse(object):
# loop.
version = None
for v in versions:
if v.version >= dependency.version:
if v >= dependency.version:
version = v
break
actionable.append(DependencyAction(dependency, version, upgrade=True))
Expand Down

0 comments on commit 21a2c92

Please sign in to comment.