Skip to content

Commit

Permalink
Patched wrong var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Nov 26, 2024
1 parent d9c3002 commit a838ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/CommandLine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ module ISM
else
availableSoftware.versions.each do |software|
if software.versionName == entry
matches.push(availableSoftware.fullVersionName)
matches.push(software.fullVersionName)
end
end
end
Expand Down

0 comments on commit a838ef9

Please sign in to comment.