Fix typo in RootFilesystemUUID

RootFilesystemUUDI -> RootFilesystemUUID
This commit is contained in:
Jiri Kortus 2020-03-23 17:05:12 +01:00 committed by Ondřej Budai
parent 6603ae8d74
commit f5cf649511
6 changed files with 6 additions and 6 deletions

View file

@ -779,7 +779,7 @@ func (r *Fedora32) rawFSAssembler(filename string, size uint64) *osbuild.Assembl
return osbuild.NewRawFSAssembler(
&osbuild.RawFSAssemblerOptions{
Filename: filename,
RootFilesystemUUDI: id,
RootFilesystemUUID: id,
Size: size,
})
}