Skip to content

Commit

Permalink
Merge pull request #22 from terasakisatoshi/use-capital-J
Browse files Browse the repository at this point in the history
use J not j
  • Loading branch information
terasakisatoshi committed Jun 11, 2022
2 parents 3934ed7 + be34da2 commit 13e0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installkernel.jl
Expand Up @@ -18,7 +18,7 @@ installkernel(
nthreads = Sys.CPU_THREADS

installkernel(
"julia-sys-$(nthreads)-threads",
"Julia-sys-$(nthreads)-threads",
"--project=@.", "--sysimage=$(sysimage_path)",
env=Dict(
"JULIA_NUM_THREADS" => "$(nthreads)",
Expand Down

0 comments on commit 13e0d00

Please sign in to comment.