From 3bd7eff5e9c8f07bab1e224be91f346bed65f858 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 11 Dec 2025 15:39:55 +0100 Subject: [PATCH] Removed trailing comma --- data/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/commands.json b/data/commands.json index 9a2fcab..b9342f7 100644 --- a/data/commands.json +++ b/data/commands.json @@ -43,7 +43,7 @@ { "command": "ln -s /path/to/file file", "desc": "Create a symbolic link pointing to a file on the system" - }, + } ], "python": [ {