Skip to content

Commit

Permalink
Updated wrong call
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jul 14, 2024
1 parent 4374645 commit dc85792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
dependency.information.writeInformationFile("#{Ism.settings.rootPath}#{ISM::Default::Path::SettingsDirectory}#{ISM::Default::Filename::SelectedKernel}")
dependency.information.writeConfiguration("#{Ism.settings.rootPath}#{ISM::Default::Path::SettingsDirectory}#{ISM::Default::Filename::SelectedKernel}")
end
end
end
Expand Down Expand Up @@ -1575,7 +1575,7 @@ module ISM

kernelOptions.each do |option|
if !option.name.empty?
option.writeInformationFile(Ism.settings.rootPath+ISM::Default::Path::KernelOptionsDirectory+"/"+mainKernelName+"/"+option.name+".json")
option.writeConfiguration(Ism.settings.rootPath+ISM::Default::Path::KernelOptionsDirectory+"/"+mainKernelName+"/"+option.name+".json")
end
end
end
Expand Down

0 comments on commit dc85792

Please sign in to comment.