From 92537020a3a0714d7044073d384e1ff3bb3f6623 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 16 Jan 2017 23:40:40 +0100 Subject: [PATCH] Fix runit collector flag typo. --- collector/runit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/runit.go b/collector/runit.go index b15ed2b9..2422f804 100644 --- a/collector/runit.go +++ b/collector/runit.go @@ -24,7 +24,7 @@ import ( ) var runitServiceDir = flag.String( - "collector.runit.servicecdir", + "collector.runit.servicedir", "/etc/service", "Path to runit service directory.")