Skip to content

Commit 1332aaa

Browse files
author
Benjamin E. Coe
authored
docs: fix yaml parsing error in comments (#452)
1 parent 90e8848 commit 1332aaa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

asset/snippets/analyzeIamPolicyLongrunningGcs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
// sample-metadata:
1818
// title: Analyze Iam Policy Longrunning and write results to GCS
1919
// description: Analyzes accessible IAM policies that match a request.
20-
// usage: node analyzeIamPolicyLongrunningGcs
21-
// <gs://my-bucket/my-analysis.json>
20+
// usage: node analyzeIamPolicyLongrunningGcs <gs://my-bucket/my-analysis.json>
2221

2322
async function main(gcsUri) {
2423
// [START asset_quickstart_analyze_iam_policy_longrunning_gcs]

0 commit comments

Comments
 (0)