Skip to content

Commit

Permalink
prometheus-nginx-exporter: fix bool to string coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz authored and globin committed May 2, 2018
1 parent ae7c71e commit 27eb285
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ in
--nginx.scrape_uri '${cfg.scrapeUri}' \
--telemetry.address ${cfg.listenAddress}:${toString cfg.port} \
--telemetry.endpoint ${cfg.telemetryEndpoint} \
--insecure ${cfg.insecure} \
--insecure ${toString cfg.insecure} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
};
Expand Down

0 comments on commit 27eb285

Please sign in to comment.