mirror of
https://github.com/rancher/os.git
synced 2025-09-13 05:33:34 +00:00
Add TPM and MachineRegister support
This commit is contained in:
@@ -16,7 +16,7 @@ type FuzzyNames struct {
|
||||
|
||||
func (f *FuzzyNames) ToInternal(data data.Object) error {
|
||||
for k, v := range data {
|
||||
if newK, ok := f.names[k]; ok && newK != k {
|
||||
if newK, ok := f.names[strings.ToLower(k)]; ok && newK != k {
|
||||
data[newK] = v
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user