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

This commit is contained in:
Scott E. Graves 2024-07-27 08:42:14 -05:00
parent 509eeca760
commit 4de4386142

View File

@ -830,7 +830,7 @@ auto remote_server::json_create_directory_snapshot(
auto list = drive_.get_directory_items(utils::path::create_api_path(path));
auto iter = std::make_shared<directory_iterator>(std::move(list));
auto handle = get_next_handle();
directory_cache_.set_directory(api_path, handle, iter);
directory_cache_.set_directory(path, handle, iter);
json_data["path"] = path;
json_data["handle"] = handle;