diff options
Diffstat (limited to 'src/other_tools/root_maps/fpath_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index 4f9e3685..38a63bf9 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -412,8 +412,8 @@ auto CreateFilePathGitMap( return; } // copy folder content to tmp dir - if (not FileSystemManager::CopyDirectoryImpl( - key.fpath, tmp_dir->GetPath(), /*recursively=*/true)) { + if (not FileSystemManager::CopyDirectoryImpl(key.fpath, + tmp_dir->GetPath())) { (*logger)( fmt::format("Failed to copy content from directory {}", key.fpath.string()), |