mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-27 17:21:49 -04:00
fix fixer deprecated options conflict
This commit is contained in:
parent
fc619dc977
commit
645eff58d1
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue