Skip to content

Commit

Permalink
fix(openapi): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rkojedzinszky committed Oct 9, 2024
1 parent 3e4f112 commit 2dec76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Config:
Str('pci_slot', required=True),
Str('domain', required=True),
Str('bus', required=True),
Str('slot', True),
Str('slot', required=True),
),
Str('description', required=True),
List('devices', items=[Dict(
Expand Down

0 comments on commit 2dec76e

Please sign in to comment.