Merge pull request #60333 from azazel75/fix-grafana_reporter

grafana_reporter: Fix library function name
This commit is contained in:
Silvan Mosberger 2019-05-03 06:29:09 +02:00 committed by GitHub
commit bc5b262c9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ in {
wantedBy = ["multi-user.target"];
after = ["network.target"];
serviceConfig = let
args = lib.concatSepString " " [
args = lib.concatStringsSep " " [
"-proto ${cfg.grafana.protocol}://"
"-ip ${cfg.grafana.addr}:${toString cfg.grafana.port}"
"-port :${toString cfg.port}"