Skip to content

Commit d75b6dd

Browse files
authored
fix: change of tag for fgac (#1780)
1 parent fc2b695 commit d75b6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/add-and-drop-new-database-role.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function main(
2323
databaseId = 'my-database',
2424
projectId = 'my-project-id'
2525
) {
26-
// [START spanner_add_and_drop_new_database]
26+
// [START spanner_add_and_drop_database_role]
2727
/**
2828
* TODO(developer): Uncomment these variables before running the sample.
2929
*/
@@ -79,7 +79,7 @@ function main(
7979
}
8080
}
8181
addAndDropNewDatabaseRole();
82-
// [END spanner_add_and_drop_new_database]
82+
// [END spanner_add_and_drop_database_role]
8383
}
8484

8585
process.on('unhandledRejection', err => {

0 commit comments

Comments
 (0)