Skip to content

Commit 8527861

Browse files
committed
test
1 parent 664de2c commit 8527861

File tree

1 file changed

+1
-0
lines changed
  • airbyte_cdk/cli/source_declarative_manifest

1 file changed

+1
-0
lines changed

airbyte_cdk/cli/source_declarative_manifest/_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def handle_command(args: list[str]) -> None:
9090
if _is_local_manifest_command(args):
9191
handle_local_manifest_command(args)
9292
else:
93+
print("This is not a local manifest command")
9394
handle_remote_manifest_command(args)
9495

9596

0 commit comments

Comments
 (0)