From a98d82313e6a480f1d2db9ef5f09ad9d16702306 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 8 Feb 2021 14:33:45 -0800 Subject: [PATCH] docs: fix yaml parsing error in comments (#452) --- asset/snippets/analyzeIamPolicyLongrunningGcs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asset/snippets/analyzeIamPolicyLongrunningGcs.js b/asset/snippets/analyzeIamPolicyLongrunningGcs.js index 15a576d6e60..df93e0c494e 100644 --- a/asset/snippets/analyzeIamPolicyLongrunningGcs.js +++ b/asset/snippets/analyzeIamPolicyLongrunningGcs.js @@ -17,8 +17,7 @@ // sample-metadata: // title: Analyze Iam Policy Longrunning and write results to GCS // description: Analyzes accessible IAM policies that match a request. -// usage: node analyzeIamPolicyLongrunningGcs -// +// usage: node analyzeIamPolicyLongrunningGcs async function main(gcsUri) { // [START asset_quickstart_analyze_iam_policy_longrunning_gcs]