From a08caaea6ad4d8952ed9223d83b692b9fdbf7d0c Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Fri, 10 Mar 2023 17:07:13 -0800 Subject: [PATCH] Remove redundant quotes in command-api.yaml Signed-off-by: Jan Dubois --- pkg/rancher-desktop/assets/specs/command-api.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/rancher-desktop/assets/specs/command-api.yaml b/pkg/rancher-desktop/assets/specs/command-api.yaml index 6514057d586..cffe91f00c2 100644 --- a/pkg/rancher-desktop/assets/specs/command-api.yaml +++ b/pkg/rancher-desktop/assets/specs/command-api.yaml @@ -367,11 +367,11 @@ components: x-rd-usage: tunnel networking so it originates from the host type: type: string - enum: ['qemu', 'vz'] - x-rd-platforms: ['darwin'] + enum: [qemu, vz] + x-rd-platforms: [darwin] useRosetta: type: boolean - x-rd-platforms: ['darwin'] + x-rd-platforms: [darwin] WSL: type: object x-rd-platforms: [win32]