Skip to content

Commit

Permalink
Merge pull request #3654 from akutz/fix/virtual-disk-manager-copy-dis…
Browse files Browse the repository at this point in the history
…k-type

api: Fix object.VirtualDiskManager::Copy
  • Loading branch information
akutz authored Dec 16, 2024
2 parents bde6f8c + 7598ae9 commit 4976002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object/virtual_disk_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (m VirtualDiskManager) CopyVirtualDisk(
ctx context.Context,
sourceName string, sourceDatacenter *Datacenter,
destName string, destDatacenter *Datacenter,
destSpec *types.VirtualDiskSpec, force bool) (*Task, error) {
destSpec types.BaseVirtualDiskSpec, force bool) (*Task, error) {

req := types.CopyVirtualDisk_Task{
This: m.Reference(),
Expand Down

0 comments on commit 4976002

Please sign in to comment.