This commit is contained in:
2024-08-07 10:50:03 -05:00
parent 1f4de69ead
commit f73c706b8b

View File

@ -277,7 +277,7 @@ auto generate_sha256(const std::string &file_path) -> std::string {
std::to_string(res));
}
auto nf = util::file::file::open_file(file_path);
auto nf = utils::file::file::open_file(file_path);
if (not nf) {
throw std::runtime_error("failed to open file|" + file_path);
}