Skip to content

Commit f4f7fae

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

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
@@ -9,7 +9,7 @@
99
airbyte-cdk secrets fetch # Run from within a connector directory
1010
1111
The 'fetch' command retrieves secrets from Google Secret Manager based on connector
12-
labels and writes them to the connector's secrets directory.
12+
labels and writes them to the connector's `secrets` directory.
1313
"""
1414

1515
import json

0 commit comments

Comments
 (0)