From 30d62a301e668a6b20906104ff66fa3aad3354c3 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 20 Jun 2024 10:29:17 +0200 Subject: Use a general boolean for compatible in MultiRepoCommonArguments --- src/other_tools/just_mr/launch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/launch.cpp') diff --git a/src/other_tools/just_mr/launch.cpp b/src/other_tools/just_mr/launch.cpp index 693d8808..132ed065 100644 --- a/src/other_tools/just_mr/launch.cpp +++ b/src/other_tools/just_mr/launch.cpp @@ -167,7 +167,7 @@ auto CallJust(std::optional const& config_file, } // forward remote execution and mutual TLS arguments if (supports_remote) { - if (common_args.compatible == true) { + if (common_args.compatible) { cmd.emplace_back("--compatible"); } if (common_args.remote_execution_address) { -- cgit v1.2.3