Skip to content

Commit

Permalink
Merge pull request JuliaLang/julia#30607 from JuliaLang/backport-1.1.0
Browse files Browse the repository at this point in the history
Backports for 1.1.0-rc2
  • Loading branch information
ararslan authored Jan 12, 2019
2 parents ac04d67 + 8e6efb7 commit e168d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ manage
struct DefaultClusterManager <: ClusterManager
end

const tunnel_hosts_map = Dict{AbstractString, Semaphore}()
const tunnel_hosts_map = Dict{String, Semaphore}()

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

0 comments on commit e168d72

Please sign in to comment.