Skip to content

Commit

Permalink
Default remotes are not needed anymore
Browse files Browse the repository at this point in the history
As they default to the org passed inthe source/target
  • Loading branch information
simahawk committed Aug 31, 2023
1 parent 7d002cd commit 9348907
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions oca_port/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,11 @@
)
@click.option(
"--source-remote",
default="OCA",
show_default=True,
required=True,
# TODO: improve
help="Git reference from which source branches are fetched by default.",
)
@click.option(
"--target-remote",
default="origin",
show_default=True,
required=True,
# TODO: improve
help="Git remote from which target branches are fetched by default.",
)
Expand Down

0 comments on commit 9348907

Please sign in to comment.