diff options
Diffstat (limited to 'src/other_tools/just_mr/launch.cpp')
-rw-r--r-- | src/other_tools/just_mr/launch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::filesystem::path> 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) { |