summaryrefslogtreecommitdiff
path: root/src/other_tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools')
-rw-r--r--src/other_tools/just_mr/rc_merge.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/rc_merge.cpp b/src/other_tools/just_mr/rc_merge.cpp
index dfd90b54..173b8a9e 100644
--- a/src/other_tools/just_mr/rc_merge.cpp
+++ b/src/other_tools/just_mr/rc_merge.cpp
@@ -25,7 +25,8 @@
namespace {
auto const kAccumulating = std::vector<std::string>{"distdirs"};
-auto const kLocalMerge = std::vector<std::string>{"just args", "just files"};
+auto const kLocalMerge =
+ std::vector<std::string>{"just args", "just files", "invocation log"};
} // namespace