Skip to content

Commit 4db1023

Browse files
committed
Fix a typo
1 parent 435dd70 commit 4db1023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
function makedocs(julia_exec)
4141
@sync begin
4242
builder = @async begin
43-
withenv(DOCUMENTER_KEY" => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
43+
withenv("DOCUMENTER_KEY" => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
4444
"BUILDROOT" => nothing) do
4545
run(`make -C $(JULIA_SOURCE)/doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec)`)
4646
end

0 commit comments

Comments
 (0)