Skip to content

Commit f7bf067

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 d38127e commit f7bf067

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
@@ -17,7 +17,7 @@
1717
'use strict';
1818

1919
async function main(consistencyGroupName, region) {
20-
// [START compute_consistency_group_create]
20+
// [START compute_consistency_group_delete]
2121
// Import the Compute library
2222
const computeLib = require('@google-cloud/compute');
2323

0 commit comments

Comments
 (0)