fix fixer deprecated options conflict

This commit is contained in:
Megan Marsh 2020-10-23 14:00:12 -07:00
parent fc619dc977
commit 645eff58d1
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import (
// FixerProxmoxType updates proxmox builder types to proxmox-iso
type FixerProxmoxType struct{}
func (FixerProxmoxType) DeprecatedOptions() []string {
return []string{}
func (FixerProxmoxType) DeprecatedOptions() map[string][]string {
return map[string][]string{}
}
func (FixerProxmoxType) Fix(input map[string]interface{}) (map[string]interface{}, error) {