Skip to content

Commit 167caa4

Browse files
authored
Update internal/vrf/delete.go
1 parent 2b76258 commit 167caa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/vrf/delete.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func (c *Client) Delete() *cobra.Command {
2020
return err
2121
}
2222
fmt.Println("VRF", id, "successfully deleted.")
23-
fmt.Println("Device deletion initiated. Please check 'metal vrf get -i", vrfID, "' for status")
23+
fmt.Println("VRF deletion initiated. Please check 'metal vrf get -i", vrfID, "' for status")
2424
return nil // No need to return 'err' here; it's always nil.
2525
}
2626

0 commit comments

Comments
 (0)