| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 1ffbb308cba36b84bcc5c418a3e2b40ed295913f..600043e2b2c5d87c981a21871dcca24daa480d8d 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -3704,7 +3704,7 @@ def PatchIssue(issue_arg, reject, nocommit, directory, auth_config):
|
| '\'Download raw patch set\'')
|
| issue = int(match.group(2))
|
| cl = Changelist(issue=issue, codereview='rietveld',
|
| - rietvled_server=match.group(1), auth_config=auth_config)
|
| + rietveld_server=match.group(1), auth_config=auth_config)
|
| patchset = int(match.group(3))
|
| patch_data = urllib2.urlopen(issue_arg).read()
|
|
|
|
|