Skip to content

Commit 9e87ec7

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 cbda7e4 commit 9e87ec7

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
@@ -60,7 +60,7 @@ async function callDeleteConsistencyGroup() {
6060
}
6161

6262
await callCreateConsistencyGroup();
63-
// [END compute_consistency_group_create]
63+
// [END compute_consistency_group_delete]
6464
}
6565

6666
main(...process.argv.slice(2)).catch(err => {

0 commit comments

Comments
 (0)