Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: old mabfile parser compatibility
  • Loading branch information
PawelKorsak committed Mar 24, 2026
commit 406d9c8c86b1786b90b7f468c921a73451dbff59
2 changes: 1 addition & 1 deletion candletool/src/md_cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ namespace mab
else
{
m_logger.info("Overriding download of file. Using local provided path.");
MabFileParser mabFile(*updateOptions.pathToMabFile,
MabFileParser mabFile(updateOptions.pathToMabFile->string(),
MabFileParser::TargetDevice_E::MD);

if (*(updateOptions.recovery) == false)
Expand Down
Loading