Skip to content

Commit

Permalink
Removed previous patch that make no software recorded as favourite
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jan 5, 2025
1 parent c0537c9 commit b4e56a4
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 @@ -2082,7 +2082,7 @@ module ISM
Ism.cleanBuildingDirectory(Ism.settings.rootPath+target.information.builtSoftwareDirectoryPath)
if Ism.softwareIsRequestedSoftware(target.information, requestedSoftwareFullVersionNames) && !Ism.softwareIsInstalled(target.information)
if Ism.softwareIsRequestedSoftware(target.information, requestedSoftwareFullVersionNames)
Ism.addSoftwareToFavouriteGroup(fullVersionName)
end
Expand Down

0 comments on commit b4e56a4

Please sign in to comment.