From 997124e09f40808b75b581e1e672b6a2768d6e84 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Fri, 27 May 2022 19:59:14 +0000 Subject: [PATCH] JSON --- examples/chef/cicd_meta.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/chef/cicd_meta.json b/examples/chef/cicd_meta.json index afd9fa3541490f..34cabcb530a302 100644 --- a/examples/chef/cicd_meta.json +++ b/examples/chef/cicd_meta.json @@ -1,14 +1,14 @@ { - 'linux': { - 'build_dir': 'linux/out', - 'platform_label': 'linux_x86', + "linux": { + "build_dir": "linux/out", + "platform_label": "linux_x86" }, - 'esp32': { - 'build_dir': 'esp32/build', - 'platform_label': 'esp32-m5stack', - }, - 'nrfconnect': { - 'build_dir': 'nrfconnect/build', - 'platform_label': 'nrf-nrf52840dk', + "esp32": { + "build_dir": "esp32/build", + "platform_label": "esp32-m5stack" }, + "nrfconnect": { + "build_dir": "nrfconnect/build", + "platform_label": "nrf-nrf52840dk" + } }