Skip to content

Commit cd86b1d

Browse files
authored
apply suggestion
1 parent ac797c6 commit cd86b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def list_(
236236
for secret in secrets:
237237
full_secret_name = secret.name
238238
secret_name = full_secret_name.split("/secrets/")[-1] # Removes project prefix
239-
# E.g. https://console.cloud.google.com/security/secret-manager/secret/SECRET_SOURCE-SHOPIFY__CREDS/versions?hl=en&project=dataline-integration-testing
239+
# E.g. https://console.cloud.google.com/security/secret-manager/secret/SECRET_SOURCE-SHOPIFY__CREDS/versions?hl=en&project=<gcp_project_id>
240240
secret_url = f"https://console.cloud.google.com/security/secret-manager/secret/{secret_name}/versions?hl=en&project={gcp_project_id}"
241241
table.add_row(
242242
f"[link={secret_url}]{secret_name}[/link]",

0 commit comments

Comments
 (0)