KASM-4038 update var to be inside scope instead of global

release/1.1.0
ryan.kuba 2 years ago
parent bbfbcc5af8
commit 1b7ebc2a96
No known key found for this signature in database

@ -2256,10 +2256,10 @@ sub DefineConfigToCLIConversion {
switch($value) { switch($value) {
case 'true' { case 'true' {
$valuesStr = '-hw3d '; my $valuesStr = '-hw3d ';
} }
case 'false' { case 'false' {
$valuesStr = ' '; my $valuesStr = ' ';
} }
} }

Loading…
Cancel
Save