We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a8690 commit 4c7779eCopy full SHA for 4c7779e
internal/vrf/delete.go
@@ -20,7 +20,7 @@ func (c *Client) Delete() *cobra.Command {
20
return err
21
}
22
fmt.Println("VRF", id, "successfully deleted.")
23
- fmt.Println("Device deletion initiated. Please check 'metal vrf get -i", vrfID, "' for status")
+ fmt.Println("VRF deletion initiated. Please check 'metal vrf get -i", vrfID, "' for status")
24
return nil // No need to return 'err' here; it's always nil.
25
26
0 commit comments