Skip to content

Commit b5624de

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 881fa94 commit b5624de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/disks/consistencyGroups/deleteConsistencyGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function callDeleteConsistencyGroup() {
5959
console.log(`Consistency group: ${consistencyGroupName} deleted.`);
6060
}
6161

62-
await callCreateConsistencyGroup();
62+
await callDeleteConsistencyGroup();
6363
// [END compute_consistency_group_delete]
6464
}
6565

0 commit comments

Comments
 (0)