From 47c1a7a0b194e316b44e56907d4394f32d65a71f Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Wed, 12 Apr 2023 11:41:42 -0500 Subject: [PATCH] fixed default script path for neon --- settingsmeta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settingsmeta.json b/settingsmeta.json index b1fa42d..ee5b0da 100644 --- a/settingsmeta.json +++ b/settingsmeta.json @@ -6,7 +6,7 @@ "name": "script_dir", "type": "text", "label": "Directory containing scripts", - "value": "/home/mycroft/scripts" + "value": "/home/neon/scripts" }] }] }