Skip to content

Commit

Permalink
Changed load sequence for macros to use in the notifications (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepbbl authored and Craig Peterson committed Jan 2, 2018
1 parent 8c7ac04 commit bb1d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bosun/conf/rule/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ func NewConf(name string, backends conf.EnabledBackends, sysVars map[string]stri
}

loadSections("template")
loadSections("notification")
loadSections("macro")
loadSections("notification")
loadSections("lookup")
loadSections("alert")

Expand Down

0 comments on commit bb1d0b1

Please sign in to comment.