From 85b0463d19cf53053548ce9b2f30cfd1caea3e34 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 14 Aug 2017 15:13:13 -0400 Subject: [PATCH] Typo Line 27 - should be "speedresults.csv" instead of "speedrestuls" --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9fb2751..b4fd380 100644 --- a/config.json +++ b/config.json @@ -24,7 +24,7 @@ "type": "csv", "files": { "ping": "pingresults.csv", - "speed": "speedrestuls.csv" + "speed": "speedresults.csv" } } }