Skip to content

Commit

Permalink
Change the mnemonic of actions creating runfiles trees from "Middlema…
Browse files Browse the repository at this point in the history
…n" to "RunfilesTree".

RELNOTES: None.
PiperOrigin-RevId: 696096963
Change-Id: I7005b82dc222d25208056fba113ffd41e51660c9
  • Loading branch information
lberki authored and copybara-github committed Nov 13, 2024
1 parent 52a44d4 commit 74096f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
*/
@Immutable
public final class RunfilesTreeAction extends AbstractAction {
// TODO(b/304440811): This is a misnomer, replace it with "RunfilesTree".
public static final String MNEMONIC = "Middleman";
public static final String MNEMONIC = "RunfilesTree";

/** The runfiles tree created by this action. */
private final RunfilesTree runfilesTree;
Expand Down

0 comments on commit 74096f6

Please sign in to comment.