From 16270cbd1a211d62ca45fbb492aaf418c34289ee Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:41:14 -0500 Subject: [PATCH] fix typo for os arch default type (#2079) --- frontend/config-sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config-sample.json b/frontend/config-sample.json index deee991f6..0424d5c26 100644 --- a/frontend/config-sample.json +++ b/frontend/config-sample.json @@ -1,7 +1,7 @@ { "useMocks": true, "packageArch": "aarch64", - "osArch": "rasberrypi", + "osArch": "raspberrypi", "ui": { "api": { "url": "rpc",