mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user