fix part 2
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@ -77,7 +77,7 @@ auto copy_directory_recursively(std::string from_path,
|
||||
} else {
|
||||
ret =
|
||||
utils::file::file(utils::path::combine(from_path, {fd.cFileName}))
|
||||
.copy_to(utils::path::combine(to_path, {fd.cFileName}, true));
|
||||
.copy_to(utils::path::combine(to_path, {fd.cFileName}), true);
|
||||
}
|
||||
} while (ret && (::FindNextFile(find, &fd) != 0));
|
||||
|
||||
|
Reference in New Issue
Block a user