Bug 1828598 - Incorrect suggestion by "mach cargo" r=firefox-build-system-reviewers,glandium DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D175735
This commit is contained in:
Sylvestre Ledru 2023-04-19 06:23:50 +00:00
parent 38d4d2116e
commit 8a5a0760e7

View File

@ -109,7 +109,7 @@ def watch(command_context, verbose=False):
CARGO_CONFIG_NOT_FOUND_ERROR_MSG = """\
The sub-command {subcommand} is not currently configured to be used with ./mach cargo.
To do so, add the corresponding file in <mozilla-root-dir>/cargo/config, following the template provided in <mozilla-root-dir>/cargo/config/template.yaml """
To do so, add the corresponding file in <mozilla-root-dir>/build/cargo, following other examples in this directory"""
def _cargo_config_yaml_schema():