Skip to content

Commit

Permalink
Patched an error that record the wrong kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jul 2, 2024
1 parent b7dd6ff commit 1a6a8d1
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 @@ -67,7 +67,7 @@ module ISM

settingInformation.dependencies(allowDeepSearch: true).each do |dependency|
if dependency.fullName.downcase == entry.downcase
settingInformation.writeInformationFile("#{Ism.settings.rootPath}#{ISM::Default::Path::SettingsDirectory}#{ISM::Default::Filename::SelectedKernel}")
dependency.information.writeInformationFile("#{Ism.settings.rootPath}#{ISM::Default::Path::SettingsDirectory}#{ISM::Default::Filename::SelectedKernel}")
end
end
end
Expand Down

0 comments on commit 1a6a8d1

Please sign in to comment.