prometheus: add promtool.exe (#3044)

This commit is contained in:
Marcin Kłopotek 2019-02-01 18:23:31 +01:00 committed by Richard Kuhnt
parent ca31667ae2
commit b482426675

View File

@ -14,7 +14,7 @@
"extract_dir": "prometheus-2.7.1.windows-386" "extract_dir": "prometheus-2.7.1.windows-386"
} }
}, },
"bin": "prometheus.exe", "bin": ["prometheus.exe", "promtool.exe"],
"checkver": { "checkver": {
"github": "https://github.com/prometheus/prometheus" "github": "https://github.com/prometheus/prometheus"
}, },