Skip to content

Commit 3f93467

Browse files
...
1 parent bf7df71 commit 3f93467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ end
13871387
function init_bind_addr()
13881388
opts = JLOptions()
13891389
if opts.bindto != C_NULL
1390-
@info "A1: $(opt.bindto)"
1390+
@info "A1: $(opts.bindto)"
13911391
bind_to = split(unsafe_string(opts.bindto), ":")
13921392
bind_addr = string(parse(IPAddr, bind_to[1]))
13931393
if length(bind_to) > 1

0 commit comments

Comments
 (0)