fix go fmt
This commit is contained in:
parent
21e9bef202
commit
a94e147865
|
@ -20,7 +20,8 @@ var DeprecatedOptions = []string{
|
|||
{{- range .DeprecatedOpts}}
|
||||
"{{.}}",
|
||||
{{- end}}
|
||||
}`))
|
||||
}
|
||||
`))
|
||||
|
||||
type executeOpts struct {
|
||||
DeprecatedOpts []string
|
||||
|
|
|
@ -32,6 +32,4 @@ var DeprecatedOptions = []string{
|
|||
"network_card",
|
||||
"network",
|
||||
"networkCard",
|
||||
"iso_checksum_url",
|
||||
"iso_checksum_type",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue