Skip to content

Commit 1a7e648

Browse files
hivanalejandroiennae
authored andcommitted
fix: (data_catalog) update region tag in createEntryGroup.js
1 parent 23ee1d7 commit 1a7e648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datacatalog/cloud-client/createEntryGroup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const main = async (
2525
projectId = process.env.GOOGLE_CLOUD_PROJECT,
2626
entryGroupId
2727
) => {
28-
// [START data_catalog_create_entry_group_tag]
28+
// [START data_catalog_create_entry_group]
2929
// [START datacatalog_create_entry_group_tag]
3030
// -------------------------------
3131
// Import required modules.
@@ -60,7 +60,7 @@ const main = async (
6060

6161
console.log(response);
6262
// [END datacatalog_create_entry_group_tag]
63-
// [END data_catalog_create_entry_group_tag]
63+
// [END data_catalog_create_entry_group]
6464
};
6565

6666
// node createEntryGroup.js <projectId> <entryGroupId>

0 commit comments

Comments
 (0)