Skip to content

Commit 1ca159d

Browse files
authored
airbyte-ci: fix pull-request-number option for migrate_to_base_image (#36779)
1 parent b814448 commit 1ca159d

File tree

1 file changed

+1
-1
lines changed
  • airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/migrate_to_base_image

1 file changed

+1
-1
lines changed

airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/migrate_to_base_image/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cls=DaggerPipelineCommand,
1616
short_help="Make the selected connectors use our base image: remove dockerfile, update metadata.yaml and update documentation.",
1717
)
18-
@click.option("pull-request-number", type=str, required=False, default=None)
18+
@click.option("--pull-request-number", type=str, required=False, default=None)
1919
@click.pass_context
2020
async def migrate_to_base_image(
2121
ctx: click.Context,

0 commit comments

Comments
 (0)