From ef827fe07ea689560bcb0c07504607946d730f03 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 14 May 2014 22:22:13 +0200 Subject: plugin/uptime: fix legend format (.1lf -> %.1lf) Closes: #72 --- plugin/uptime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/uptime.json b/plugin/uptime.json index c452913..b1abe4e 100644 --- a/plugin/uptime.json +++ b/plugin/uptime.json @@ -9,6 +9,6 @@ "color": "00e000" } }, - "legend_format": ".1lf" + "legend_format": "%.1lf" } } -- cgit v1.1