diff options
Diffstat (limited to 'src/other_tools/just_mr/update.hpp')
-rw-r--r-- | src/other_tools/just_mr/update.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/update.hpp b/src/other_tools/just_mr/update.hpp index 2836674f..3cc4ca11 100644 --- a/src/other_tools/just_mr/update.hpp +++ b/src/other_tools/just_mr/update.hpp @@ -25,7 +25,7 @@ [[nodiscard]] auto MultiRepoUpdate(std::shared_ptr<Configuration> const& config, MultiRepoCommonArguments const& common_args, MultiRepoUpdateArguments const& update_args, - StorageConfig const& storage_config, + StorageConfig const& native_storage_config, std::string const& multi_repo_tool_name) -> int; |