Skip to content

Commit

Permalink
airbyte-ci: fix pull-request-number option for migrate_to_base_image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Apr 3, 2024
1 parent b814448 commit 1ca159d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cls=DaggerPipelineCommand,
short_help="Make the selected connectors use our base image: remove dockerfile, update metadata.yaml and update documentation.",
)
@click.option("pull-request-number", type=str, required=False, default=None)
@click.option("--pull-request-number", type=str, required=False, default=None)
@click.pass_context
async def migrate_to_base_image(
ctx: click.Context,
Expand Down

0 comments on commit 1ca159d

Please sign in to comment.