summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/setup_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/setup_utils.cpp')
-rw-r--r--src/other_tools/just_mr/setup_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/setup_utils.cpp b/src/other_tools/just_mr/setup_utils.cpp
index 417984ea..2ab0ebfa 100644
--- a/src/other_tools/just_mr/setup_utils.cpp
+++ b/src/other_tools/just_mr/setup_utils.cpp
@@ -218,7 +218,7 @@ auto ReadConfiguration(
absent_file_opt->string());
std::exit(kExitConfigError);
}
- absent_set.insert(repo);
+ absent_set.insert(repo.get<std::string>());
}
auto new_repos = nlohmann::json::object();
auto repos = config.value("repositories", nlohmann::json::object());