diff options
Diffstat (limited to 'src/other_tools/root_maps/content_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/content_git_map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index c0c06513..cccab118 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -120,7 +120,7 @@ void EnsureRootAsAbsent( if (not EnsureAbsentRootOnServe( tree_id, StorageConfig::GitRoot(), - *remote_api, + &(*remote_api.value()), logger, /*no_sync_is_fatal=*/true)) { return; @@ -144,7 +144,7 @@ void EnsureRootAsAbsent( // root if (not EnsureAbsentRootOnServe(tree_id, StorageConfig::GitRoot(), - *remote_api, + &(*remote_api.value()), logger, /*no_sync_is_fatal=*/true)) { return; |