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 <asvitkine@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
This commit is contained in:
Alexei Svitkine
2023-10-12 20:35:54 +00:00
committed by LUCI CQ
parent 0b943400a4
commit a51863b2f8

View File

@@ -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'