mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
fixed error message typo for item block action
Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
@@ -45,7 +45,7 @@ func (s *ItemBlockActionGRPCServer) getImpl(name string) (ibav1.ItemBlockAction,
|
||||
|
||||
itemAction, ok := impl.(ibav1.ItemBlockAction)
|
||||
if !ok {
|
||||
return nil, errors.Errorf("%T is not a backup item action", impl)
|
||||
return nil, errors.Errorf("%T is not an ItemBlock action", impl)
|
||||
}
|
||||
|
||||
return itemAction, nil
|
||||
|
||||
Reference in New Issue
Block a user