Skip to content

Commit 035d4e0

Browse files
GokceGKFyusel
andauthored
Update internal/cmd/beta/public-ip/delete/delete.go
Co-authored-by: Alexander Dahmen <[email protected]>
1 parent f577f45 commit 035d4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/public-ip/delete/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
6060
}
6161

6262
if !model.AssumeYes {
63-
prompt := fmt.Sprintf("Are you sure you want to delete public IP %q?", publicIpLabel)
63+
prompt := fmt.Sprintf("Are you sure you want to delete public IP %q? (This cannot be undone)", publicIpLabel)
6464
err = p.PromptForConfirmation(prompt)
6565
if err != nil {
6666
return err

0 commit comments

Comments
 (0)