From b48242667577e56e2d282b6c022863de3a7b9ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Fri, 1 Feb 2019 18:23:31 +0100 Subject: [PATCH] prometheus: add promtool.exe (#3044) --- prometheus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.json b/prometheus.json index b32a9adda0..42ad63e8ab 100644 --- a/prometheus.json +++ b/prometheus.json @@ -14,7 +14,7 @@ "extract_dir": "prometheus-2.7.1.windows-386" } }, - "bin": "prometheus.exe", + "bin": ["prometheus.exe", "promtool.exe"], "checkver": { "github": "https://github.com/prometheus/prometheus" },