Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Binds config manager to rest service
Browse files Browse the repository at this point in the history
Resolves #422
  • Loading branch information
jcooklin committed Oct 21, 2015
1 parent 92f8711 commit c0eaa1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulse.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ func action(ctx *cli.Context) {
return
}
r.BindMetricManager(c)
r.BindConfigManager(c.Config)
r.BindTaskManager(s)
if tr != nil {
r.BindTribeManager(tr)
Expand Down

0 comments on commit c0eaa1e

Please sign in to comment.