atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Fix incorrect interpolation order for labels #123

Closed atc0005 closed 2 years ago

atc0005 commented 2 years ago

Commit f0c9c497bfccbdfc0e4a3dc5d45efeffd93cd054 applied an incorrect interpolation order for the (potentially custom) section header/label values.

This commit updates the order so that the label text is placed within the formatting characters as intended.