mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-05 06:51:29 -05:00
linting
This commit is contained in:
parent
21df997061
commit
90fb09e52a
1 changed files with 0 additions and 1 deletions
|
|
@ -170,7 +170,6 @@ func ConvertPluginConfigValueToHCLValue(v interface{}) (cty.Value, error) {
|
|||
} else {
|
||||
buildValue = cty.ListVal(vals)
|
||||
}
|
||||
buildValue = cty.ListVal(vals)
|
||||
case []uint64:
|
||||
vals := make([]cty.Value, len(v))
|
||||
for i, ev := range v {
|
||||
|
|
|
|||
Loading…
Reference in a new issue