Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Feb 15, 2024
1 parent 0b3034f commit 29d49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function cpu_vars_fill {
add_var "CPU_CHIPS" 1;
add_var "VHOST_RATIO" $(echo "2/64" | bc -l);

elif [[ "$model_name" == *"9880H"* ]]; then
elif [[ "$model_name" == *"9880H"* ]]; then
echo "Found 9880H model"
add_var "MODEL_NAME" "9880H"

Expand Down

0 comments on commit 29d49af

Please sign in to comment.