Commit 08c150e0 authored by thestig@chromium.org's avatar thestig@chromium.org

Fix a typo in gcl.py.

BUG=none
TEST=gcl change foo does not return Unknown command: 'change' after editing the CL.
Review URL: http://codereview.chromium.org/1997003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@46602 0039d316-1c4b-4281-b951-d872f2087c98
parent a67a731c
...@@ -1222,7 +1222,7 @@ def main(argv=None): ...@@ -1222,7 +1222,7 @@ def main(argv=None):
if command == "change": if command == "change":
Change(change_info, argv[3:]) Change(change_info, argv[3:])
if command == "description": elif command == "description":
print change_info.description print change_info.description
elif command == "lint": elif command == "lint":
Lint(change_info, argv[3:]) Lint(change_info, argv[3:])
......
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