fix fixer deprecated options conflict
This commit is contained in:
parent
fc619dc977
commit
645eff58d1
|
@ -7,8 +7,8 @@ import (
|
||||||
// FixerProxmoxType updates proxmox builder types to proxmox-iso
|
// FixerProxmoxType updates proxmox builder types to proxmox-iso
|
||||||
type FixerProxmoxType struct{}
|
type FixerProxmoxType struct{}
|
||||||
|
|
||||||
func (FixerProxmoxType) DeprecatedOptions() []string {
|
func (FixerProxmoxType) DeprecatedOptions() map[string][]string {
|
||||||
return []string{}
|
return map[string][]string{}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (FixerProxmoxType) Fix(input map[string]interface{}) (map[string]interface{}, error) {
|
func (FixerProxmoxType) Fix(input map[string]interface{}) (map[string]interface{}, error) {
|
||||||
|
|
Loading…
Reference in New Issue