diff options
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index f9da1300..913a7e15 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -118,7 +118,7 @@ void EnsureRootAsAbsent( // for the serve endpoint to retrieve it and set up the root if (not EnsureAbsentRootOnServe(tree_id, repo_root, - *remote_api, + &(*remote_api.value()), logger, true /*no_sync_is_fatal*/)) { return; |