From 05534e9b1a7cac534d29a5082f77029dbad0d6f3 Mon Sep 17 00:00:00 2001 From: Vhati Date: Fri, 22 Jan 2016 18:34:27 -0500 Subject: [PATCH] Fixed a missing comma --- skel_common/backup/auto_update.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel_common/backup/auto_update.json b/skel_common/backup/auto_update.json index 5ce23fd..d7dc3b2 100644 --- a/skel_common/backup/auto_update.json +++ b/skel_common/backup/auto_update.json @@ -15,7 +15,7 @@ "version" : "1.7", "hidden" : "true", "changes" : [ - "Added a config option to launch FTL via Steam, if possible" + "Added a config option to launch FTL via Steam, if possible", "Added an alternate location to automatically find SteamApps/ on linux" ] },