Skip to content

Commit

Permalink
fix build (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarkovBG committed Aug 15, 2024
1 parent 7ba6718 commit bcc7880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/disk_manager/pkg/admin/placement_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ type deletePlacementGroup struct {
func (c *deletePlacementGroup) run() error {
ctx := newContext(c.clientConfig)

err := requestDeletionConfirmation("placementGroup", c.placementGroupID)
err := requestConfirmation("placementGroup", c.placementGroupID)
if err != nil {
return err
}
Expand Down

0 comments on commit bcc7880

Please sign in to comment.