We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2674607 commit 6d3caa9Copy full SHA for 6d3caa9
main.go
@@ -93,8 +93,6 @@ func main() {
93
if _, err := toml.Decode(configBody, &config); err != nil {
94
log.Fatal(err)
95
}
96
-
97
- return
98
99
100
if flagset["prometheus"] {
0 commit comments