Skip to content

Commit

Permalink
Patched wrong argument when checking requested software from user
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jan 5, 2025
1 parent 2d934e9 commit 49d40b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/Software.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ module ISM
stripFileListNoChroot(fileList)
end

if Ism.softwareIsRequestedSoftware(@information, requestedSoftwareFullVersionNames) && !Ism.softwareIsInstalled(@information)
if Ism.softwareIsRequestedSoftware(@information, Ism.requestedSoftwares.map { |entry| entry.fullVersionName}) && !Ism.softwareIsInstalled(@information)
Ism.addSoftwareToFavouriteGroup(@information.fullVersionName)
end

Expand Down

0 comments on commit 49d40b0

Please sign in to comment.