From a51863b2f82626587641543b60f249431c48d1ec Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Thu, 12 Oct 2023 20:35:54 +0000 Subject: [PATCH] Fix missing \n in an error message. Change-Id: Icd567773f56b977afd7725f9ecfff51311ef381f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4937211 Auto-Submit: Alexei Svitkine Commit-Queue: Bruce Dawson Reviewed-by: Bruce Dawson --- presubmit_canned_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index b2af4a2b44..b5f61d5c09 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -1962,7 +1962,7 @@ def CheckForCommitObjects(input_api, output_api): 'but the commit objects do not match DEPS entries.\n\n' 'To reset all git submodule git entries to match DEPS, run\n' 'the following command in the root of this repository:\n' - ' gclient gitmodules' + ' gclient gitmodules\n' 'This will update AND stage the entries to the correct revisions.\n' 'Then commit these staged changes only (`git commit` without -a).\n' '\n\n'