Skip to content

Commit

Permalink
Nicer formatting of output
Browse files Browse the repository at this point in the history
  • Loading branch information
eskibars committed Mar 23, 2016
1 parent 79a5ee7 commit cbc4a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beater/wmibeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (bt *Wmibeat) Run(b *beat.Beat) error {
classValues = append(classValues, rowValues)
rowValues = nil
}
allValues = append(allValues, classValues...)
allValues = append(allValues, common.MapStr { class.Class: classValues })
classValues = nil

} else {
Expand Down

0 comments on commit cbc4a34

Please sign in to comment.