Commit 4b5321ac authored by maruel@chromium.org's avatar maruel@chromium.org

Fix typo.

TEST=presubmit check
BUG=none

Review URL: http://codereview.chromium.org/400002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32062 0039d316-1c4b-4281-b951-d872f2087c98
parent 2349b066
......@@ -35,7 +35,7 @@ class ChangeOptions:
name = m.group(1)
description = m.group(2)
files = scm.GIT.CaptureStatus([root], upstream_branch)
issue = Backquote(['cl', 'status', '--field=id'])
issue = Backquote(['git', 'cl', 'status', '--field=id'])
patchset = None
self.change = presubmit_support.GitChange(name, description, root, files,
issue, patchset)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment