[pve-devel] [PATCH installer 1/3] fix typo in variable name
Oguz Bektas
o.bektas at proxmox.com
Fri Jan 25 16:14:00 CET 2019
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
proxinstall | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/proxinstall b/proxinstall
index 3c37239..916ce51 100755
--- a/proxinstall
+++ b/proxinstall
@@ -2555,7 +2555,7 @@ sub create_country_view {
my $target_hd_combo;
my $target_hd_label;
-my $hdopion_first_setup = 1;
+my $hdoption_first_setup = 1;
my $create_basic_grid = sub {
my $grid = Gtk3::Grid->new();
@@ -2611,7 +2611,7 @@ my $create_raid_disk_grid = sub {
});
}
- if ($hdopion_first_setup) {
+ if ($hdoption_first_setup) {
$disk_selector->set_active ($i+1) if $hds->[$i];
} else {
my $hdind = 0;
@@ -2834,7 +2834,7 @@ sub create_hdoption_view {
$grid->attach($options_stack, 0, $row, 2, 1);
$row++;
- $hdopion_first_setup = 0;
+ $hdoption_first_setup = 0;
my $switch_view = sub {
my $raid = $config_options->{filesys} =~ m/zfs|btrfs/;
--
2.11.0
More information about the pve-devel
mailing list