Skip to content

Commit fea7b59

Browse files
committed
[2.101617.148] 10/16/17 at 01:44 PM | 1 updated tm modules | by DashBot
1 parent a10b359 commit fea7b59

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cluster-1.1.4.tm renamed to cluster-1.1.5.tm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,8 @@ proc ::cluster::join args {
186186
}
187187
dict set config $k $v
188188
}
189-
set id [cluster id]
189+
set id [incr ::cluster::i]
190190
return [::cluster::cluster create ::cluster::clusters::cluster_$id $id $config]
191191
}
192192

193-
proc ::cluster::id {} {
194-
tailcall incr ::cluster::i
195-
}
196-
197193
::cluster::source

0 commit comments

Comments
 (0)