| Index: tools/push-to-trunk/git_recipes.py
|
| diff --git a/tools/push-to-trunk/git_recipes.py b/tools/push-to-trunk/git_recipes.py
|
| index d146748d0343a36c76841dcd735c5975c958775b..456156f7094983cae4b1d42d31ed08861e44c63b 100644
|
| --- a/tools/push-to-trunk/git_recipes.py
|
| +++ b/tools/push-to-trunk/git_recipes.py
|
| @@ -207,7 +207,7 @@ class GitRecipesMixin(object):
|
| if bypass_hooks:
|
| args.append("--bypass-hooks")
|
| if cc:
|
| - args += ["-cc", Quoted(cc)]
|
| + args += ["--cc", Quoted(cc)]
|
| # TODO(machenbach): Check output in forced mode. Verify that all required
|
| # base files were uploaded, if not retry.
|
| self.Git(MakeArgs(args), pipe=False, **kwargs)
|
|
|