1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-29 12:15:16 -07:00

Cleaner config format and added simple_config.yml example

This commit is contained in:
Chris Cummer
2018-04-10 10:12:25 -07:00
committed by Chris Cummer
parent 948d5acb2a
commit 27a267b123
18 changed files with 285 additions and 133 deletions

View File

@@ -95,7 +95,7 @@ func (widget *Widget) contentFrom(deploys []nr.ApplicationDeployment) string {
revisions = append(revisions, deploy.Revision)
if len(revisions) == Config.UInt("wtf.newrelic.deployCount", 5) {
if len(revisions) == Config.UInt("wtf.mods.newrelic.deployCount", 5) {
break
}
}