Skip to content

Commit

Permalink
Merge pull request #125 from shunfei/fix/group-add-node
Browse files Browse the repository at this point in the history
Fix #121 add node to group
  • Loading branch information
QLeelulu authored Dec 1, 2018
2 parents 6a035d9 + 5858adc commit beab0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ func (n *Node) groupAddNode(g *cronsun.Group) {
}

job.Init(n.ID, n.Hostname, n.IP)
n.jobs[jid] = job
}

cmds := job.Cmds(n.ID, n.groups)
Expand Down

0 comments on commit beab0d0

Please sign in to comment.