diff options
Diffstat (limited to 'src/other_tools/just_mr/setup_utils.hpp')
-rw-r--r-- | src/other_tools/just_mr/setup_utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/setup_utils.hpp b/src/other_tools/just_mr/setup_utils.hpp index e29df4a6..c96db5a3 100644 --- a/src/other_tools/just_mr/setup_utils.hpp +++ b/src/other_tools/just_mr/setup_utils.hpp @@ -77,7 +77,7 @@ void DefaultReachableRepositories( /// \brief Read in a just-mr configuration file. [[nodiscard]] auto ReadConfiguration( std::optional<std::filesystem::path> const& config_file_opt, - std::optional<std::filesystem::path> const& absent_file_opt) noexcept + std::optional<std::filesystem::path> const& absent_file_opt) -> std::shared_ptr<Configuration>; [[nodiscard]] auto CreateAuthConfig( |