fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-04-16 13:13:08 -05:00
parent 011d32f9cf
commit 2ca2002423

View File

@ -1740,7 +1740,7 @@ auto remote_server::update_to_windows_format(const std::string &root_api_path,
}
item[JSON_DIRECTORY] = true;
meta[META_DIRECTORY] = utils::string::to_bool(true);
meta[META_DIRECTORY] = utils::string::from_bool(true);
item[JSON_META] = meta;
}