Skip to content

Commit

Permalink
copier-update: default option values
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Mar 30, 2022
1 parent 2279d61 commit 08d7bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/copier_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def _iterate_repos_and_branches(repos: str, branches: str) -> Iterable[Tuple[str
@click.option("--org", default="OCA")
@click.option("--repos", required=True)
@click.option("--branches", required=True)
@click.option("--git-user-name")
@click.option("--git-user-email")
@click.option("--git-user-name", default="oca-git-bot")
@click.option("--git-user-email", default="oca-git-bot@odoo-community.org")
@click.option("--skip-ci/--no-skip-ci", default=False)
def main(
org: str,
Expand Down

0 comments on commit 08d7bf2

Please sign in to comment.