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"),