Skip to content

Commit

Permalink
Remove redundant quotes in command-api.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Mar 11, 2023
1 parent 239c63f commit a08caae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/rancher-desktop/assets/specs/command-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a08caae

Please sign in to comment.