Fix typo introduced in refactor
This commit is contained in:
parent
77fbd80c89
commit
322c4ef4d4
@ -51,7 +51,7 @@ function python_finder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function num_cores {
|
function num_cores {
|
||||||
if ! command_exists nproc; then
|
if command_exists nproc; then
|
||||||
num_cpus=$(nproc)
|
num_cpus=$(nproc)
|
||||||
else
|
else
|
||||||
num_cpus=1
|
num_cpus=1
|
||||||
|
Loading…
Reference in New Issue
Block a user