diff --git a/ISM/CommandLine.cr b/ISM/CommandLine.cr index 387df3f..9bd6fe8 100644 --- a/ISM/CommandLine.cr +++ b/ISM/CommandLine.cr @@ -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