Minimal fixes

This commit is contained in:
Juan 2018-09-03 15:20:23 +02:00
parent 704827cb95
commit 01f44d607f
2 changed files with 2 additions and 3 deletions

2
debian/changelog vendored
View File

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

View File

@ -19,7 +19,7 @@ use List::Util qw(min max);
use constant false => 0;
use constant true => 1;
# Perl config file
# Perl configuration file
my %config;
my @config_files = (
@ -168,7 +168,6 @@ my $overwrite = Opts::option_is_set('overwrite');
my $poweron = Opts::option_is_set('poweron');
my $snapshot_name = Opts::get_option('snapshot-name');
my $snapshot_desc = Opts::get_option('snapshot-desc');
my $verbose = Opts::get_option('verbose');
my $vm;
my $remote_host;