Skip to content

Commit e168d72

Browse files
authored
Merge pull request JuliaLang/julia#30607 from JuliaLang/backport-1.1.0
Backports for 1.1.0-rc2
2 parents ac04d67 + 8e6efb7 commit e168d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ manage
373373
struct DefaultClusterManager <: ClusterManager
374374
end
375375

376-
const tunnel_hosts_map = Dict{AbstractString, Semaphore}()
376+
const tunnel_hosts_map = Dict{String, Semaphore}()
377377

378378
"""
379379
connect(manager::ClusterManager, pid::Int, config::WorkerConfig) -> (instrm::IO, outstrm::IO)

0 commit comments

Comments
 (0)