Fix runit collector flag typo.

This commit is contained in:
Ben Kochie 2017-01-16 23:40:40 +01:00
parent adb8904784
commit 92537020a3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
)
var runitServiceDir = flag.String(
"collector.runit.servicecdir",
"collector.runit.servicedir",
"/etc/service",
"Path to runit service directory.")