mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-21 07:22:23 +00:00
cd860771c2
Migrate logic from NewUUID function into the pvRenamer function. PR #2133 switched to a new NewUUID function that returns an error, but the invocation of that function needs to happen within the pvRenamer closure. Because the new function returns an error, the pvRenamer should return the error, the signature needs to be changed and the return checked. Signed-off-by: John Naulty <johnnaulty@bitgo.com>