Skip to content

Commit cbda7e4

Browse files
fix(compute) : Update compute/disks/consistencyGroups/deleteConsistencyGroup.js
Co-authored-by: code-review-assist-experimental[bot] <172519755+code-review-assist-experimental[bot]@users.noreply.github.com>
1 parent f7bf067 commit cbda7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/disks/consistencyGroups/deleteConsistencyGroup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function main(consistencyGroupName, region) {
3838
// The name of the consistency group.
3939
// consistencyGroupName = 'consistency-group-name';
4040

41-
async function callCreateConsistencyGroup() {
41+
async function callDeleteConsistencyGroup() {
4242
const [response] = await resourcePoliciesClient.delete({
4343
project: projectId,
4444
region,

0 commit comments

Comments
 (0)