KASM-4038 update var to be inside scope instead of global
This commit is contained in:
@@ -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 = ' ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user