Skip to content

Commit

Permalink
wrong templateClose index
Browse files Browse the repository at this point in the history
  • Loading branch information
dangkaka committed Jan 26, 2018
1 parent 1a60efe commit 9d862f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/internal/notifier/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (nc *Coordinator) Configure() {
nc.Log.Panic("Failed to compile TemplateClose", zap.Error(err), zap.String("module", name))
panic(err)
}
templateClose = tmpl.Templates()[0]
templateClose = tmpl.Templates()[1]
}

module := getModuleForClass(nc.App, name, viper.GetString(configRoot+".class-name"), groupWhitelist, groupBlacklist, extras, templateOpen, templateClose)
Expand Down

0 comments on commit 9d862f7

Please sign in to comment.