Syntax bug fixed

This commit is contained in:
Juan Ferrer 2019-04-02 09:52:29 +02:00
parent ad6c4cdc66
commit 31b6d0f2a7
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-vmware (1.1.6) stable; urgency=low
vn-vmware (1.1.7) stable; urgency=low
* Initial Release.

View File

@ -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(