From 78ac955d7bd2364581997c745990fbc10ae63be3 Mon Sep 17 00:00:00 2001 From: Schplee Date: Sat, 8 Jul 2017 20:56:12 -0700 Subject: [PATCH] fixed type in log command --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index d5d7b5b..304e002 100644 --- a/config/default.json +++ b/config/default.json @@ -20,6 +20,6 @@ "issues": { "reply": "This forum topic lists __known issues in games and their workarounds__: \nPlease read it carefully. It includes help with most games"}, "forum": { "reply": "This question might be more suitable for the *Citra* forum. "}, "game": { "reply": "Click here to view our game compatibility list: "}, - "log": { "reply": "This forum topic tells you how to __get the log file__: "} + "log": { "reply": "This forum topic tells you how to __get the log file__: "} } }