Skip to content

Commit

Permalink
chore(cloudresourcemanager): use the correct region tag prefix (#3405)
Browse files Browse the repository at this point in the history
fixes #3404
  • Loading branch information
Takashi Matsuo authored Oct 13, 2022
1 parent 4f30a32 commit 008135f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-resourcemanager/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'use strict';

async function main() {
// [START resource_quickstart]
// [START cloudresourcemanager_quickstart]
// Imports the Google Cloud client library
const {ProjectsClient} = require('@google-cloud/resource-manager');

Expand All @@ -31,7 +31,7 @@ async function main() {
}
}
quickstart();
// [END resource_quickstart]
// [END cloudresourcemanager_quickstart]
}

main().catch(console.error);
Expand Down

0 comments on commit 008135f

Please sign in to comment.