From 89b0faa91448067c2d7707bc4e7b1a4ef050447d Mon Sep 17 00:00:00 2001 From: sibeshkar Date: Thu, 11 Oct 2018 00:05:59 +0530 Subject: [PATCH] Fix typo in boxware.json Hey guys, found a small typo in this file due to which it wasn't opening on Boxware. --- boxware.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxware.json b/boxware.json index dd20a43..f3f76af 100644 --- a/boxware.json +++ b/boxware.json @@ -7,6 +7,6 @@ "hardware": "t2.medium", "folder": "~/Desktop", "commands": [ - "", + "" ] -} \ No newline at end of file +}