Skip to content

Commit bda5386

Browse files
committed
fix: typo in DiscoverdVolume spec
Fixes #11128 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 2d5a805)
1 parent 76ecdac commit bda5386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/machinery/resources/block/discovered_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type DiscoveredVolume = typed.Resource[DiscoveredVolumeSpec, DiscoveredVolumeExt
2424
//
2525
//gotagsrewrite:gen
2626
type DiscoveredVolumeSpec struct {
27-
DevPath string `yaml:"dev_dath" protobuf:"17"`
27+
DevPath string `yaml:"dev_path" protobuf:"17"`
2828
Type string `yaml:"type" protobuf:"14"`
2929
DevicePath string `yaml:"device_path" protobuf:"15"`
3030
Parent string `yaml:"parent,omitempty" protobuf:"16"`

0 commit comments

Comments
 (0)