appease linter
This commit is contained in:
parent
a94e147865
commit
7c2dfd2760
|
@ -52,9 +52,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
deprecated := fixer.DeprecatedOptions()
|
deprecated := fixer.DeprecatedOptions()
|
||||||
for _, dep := range deprecated {
|
allDeprecatedOpts = append(allDeprecatedOpts, deprecated...)
|
||||||
allDeprecatedOpts = append(allDeprecatedOpts, dep)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
deprecated_path := filepath.Join(packerDir, "helper", "config",
|
deprecated_path := filepath.Join(packerDir, "helper", "config",
|
||||||
|
|
Loading…
Reference in New Issue