Use more generic hash for folder options. This will allow using exisiting mappers

This commit is contained in:
sophia 2022-07-05 13:53:03 -05:00
parent b17c36c7c7
commit ffc2dd729b

View File

@ -444,7 +444,7 @@ func (m *Machine) SyncedFolders() (folders []*core.MachineSyncedFolder, err erro
return nil, err
}
opts := map[string]interface{}{}
opts := map[interface{}]interface{}{}
for k, v := range options {
key, err := optionToString(k)
if err != nil {