diff options
Diffstat (limited to 'src/other_tools/just_mr/setup.hpp')
-rw-r--r-- | src/other_tools/just_mr/setup.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/setup.hpp b/src/other_tools/just_mr/setup.hpp index 953b20eb..28328b4b 100644 --- a/src/other_tools/just_mr/setup.hpp +++ b/src/other_tools/just_mr/setup.hpp @@ -34,8 +34,8 @@ MultiRepoJustSubCmdsArguments const& just_cmd_args, MultiRepoRemoteAuthArguments const& auth_args, RetryArguments const& retry_args, - StorageConfig const& storage_config, - Storage const& storage, + StorageConfig const& native_storage_config, + Storage const& native_storage, bool interactive, std::string const& multi_repo_tool_name) -> std::optional<std::filesystem::path>; |