From 1017d2a5df3f641ea99dfec2c93396ace8e883f4 Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Sat, 18 Oct 2025 10:57:37 -0700 Subject: [PATCH] Fix JSON formatting in shell.app --- .apps/shell.app | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.apps/shell.app b/.apps/shell.app index 8dbe3e8..d56d942 100644 --- a/.apps/shell.app +++ b/.apps/shell.app @@ -1,8 +1,8 @@ { "name": "Shell", - "file" "/apps/shell" + "file" "/apps/shell", "tags: { "console", - "terminal" - } + "terminal", + }, }