Skip to content

Commit 0b653db

Browse files
docs: add backticks around 'secrets' in command group docstring
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent f4f7fae commit 0b653db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def secrets_cli_group() -> None:
3737
airbyte-cdk secrets fetch # Run from within a connector directory
3838
3939
The 'fetch' command retrieves secrets from Google Secret Manager based on connector
40-
labels and writes them to the connector's secrets directory.
40+
labels and writes them to the connector's `secrets` directory.
4141
"""
4242
pass
4343

0 commit comments

Comments
 (0)