Skip to content

Commit

Permalink
docs: fix yaml parsing error in comments (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Feb 8, 2021
1 parent d88946c commit 68759ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asset/snippets/analyzeIamPolicyLongrunningGcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
// <gs://my-bucket/my-analysis.json>
// usage: node analyzeIamPolicyLongrunningGcs <gs://my-bucket/my-analysis.json>

async function main(gcsUri) {
// [START asset_quickstart_analyze_iam_policy_longrunning_gcs]
Expand Down

0 comments on commit 68759ec

Please sign in to comment.