updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Scott E. Graves 2024-10-12 17:06:31 -05:00
parent 4049af94dc
commit 4e1250a832

View File

@ -54,7 +54,7 @@ auto traverse_directory(
(std::string_view(fd.cFileName) != "..")) {
res = directory_action(repertory::utils::file::directory{
repertory::utils::path::combine(path, {fd.cFileName}),
stop_requested_,
stop_requested,
});
}
} else {