Merge pull request #10166 from hashicorp/fix_master

fix fixer deprecated options conflict
pull/10165/head
Wilken Rivera 5 years ago committed by GitHub
commit 791a69e78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save