From 0504f56a5175d71056bb27dcd9dd9df31e981cb2 Mon Sep 17 00:00:00 2001 From: Natalia Csoregi Date: Wed, 19 Jul 2023 17:58:02 +0300 Subject: [PATCH] Backed out changeset 38a3792830be (bug 1842700) for causing mach lint issues. a=backout --- build/mach_initialize.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/mach_initialize.py b/build/mach_initialize.py index 5bc313702911..b142247983ce 100644 --- a/build/mach_initialize.py +++ b/build/mach_initialize.py @@ -359,9 +359,7 @@ def initialize(topsrcdir): "compare-locales": MachCommandReference( "tools/compare-locales/mach_commands.py" ), - "l10n-cross-channel": MachCommandReference( - "tools/compare-locales/mach_commands.py" - ), + "l10n-cross-channel": MachCommandReference("tools/lint/mach_commands.py"), "busted": MachCommandReference("tools/mach_commands.py"), "pastebin": MachCommandReference("tools/mach_commands.py"), "mozregression": MachCommandReference("tools/mach_commands.py"),