Syntax bug fixed
This commit is contained in:
parent
ad6c4cdc66
commit
31b6d0f2a7
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.1.6) stable; urgency=low
|
||||
vn-vmware (1.1.7) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -480,7 +480,7 @@ sub backup_machine() {
|
|||
log_message "Duplicated disk file name, renamed to: $disk_file";
|
||||
}
|
||||
|
||||
push @disk_file, @copied_devices;
|
||||
push @copied_devices, $disk_file;
|
||||
|
||||
# XXX: Not implemented by Perl vSphere SDK
|
||||
#my $disk_spec = VirtualDiskSpec->new(
|
||||
|
|
Reference in New Issue