Skip to content

Commit c8f91cf

Browse files
fix: Correct CLI entry point in pyproject.toml
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
1 parent 63cbc9b commit c8f91cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sql = ["sqlalchemy"]
118118

119119
airbyte-cdk-build = "airbyte_cdk.cli.build:run"
120120
source-declarative-manifest = "airbyte_cdk.cli.source_declarative_manifest:run"
121-
airbyte-cdk = "airbyte_cdk.cli.airbyte_clk:cli"
121+
airbyte-cdk = "airbyte_cdk.cli.airbyte_cdk:cli"
122122

123123
[tool.isort]
124124
skip = ["__init__.py"] # TODO: Remove after this is fixed: https://github.com/airbytehq/airbyte-python-cdk/issues/12

0 commit comments

Comments
 (0)