fixed argument parsing of "--minimal-jobs"

This commit is contained in:
8lecramm 2022-05-28 13:15:12 +02:00 committed by GitHub
parent 5fecc3b924
commit cb580cde7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ func main() {
}
}
if Arguments["--minimal-jobs"] != nil {
if Arguments["--minimal-jobs"].(bool) {
minimal = true
fmt.Printf("Forward 2 jobs per block\n")
}