Index: gcl.py |
diff --git a/gcl.py b/gcl.py |
index f64f67221863c691754b415527ae7b82ab7e18d6..5d5e4248aee68c20f7ffcbbfe8569a1a6552ddb9 100755 |
--- a/gcl.py |
+++ b/gcl.py |
@@ -1235,7 +1235,7 @@ def DoPresubmitChecks(change_info, committing, may_prompt): |
default_presubmit=root_presubmit, |
may_prompt=may_prompt, |
tbr=False, |
- rietveld=change_info.RpcServer()) |
+ rietveld_obj=change_info.RpcServer()) |
if not output.should_continue() and may_prompt: |
# TODO(dpranke): move into DoPresubmitChecks(), unify cmd line args. |
print "\nPresubmit errors, can't continue (use --no_presubmit to bypass)" |