mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
appease linter
This commit is contained in:
parent
a94e147865
commit
7c2dfd2760
1 changed files with 1 additions and 3 deletions
|
|
@ -52,9 +52,7 @@ func main() {
|
|||
}
|
||||
|
||||
deprecated := fixer.DeprecatedOptions()
|
||||
for _, dep := range deprecated {
|
||||
allDeprecatedOpts = append(allDeprecatedOpts, dep)
|
||||
}
|
||||
allDeprecatedOpts = append(allDeprecatedOpts, deprecated...)
|
||||
}
|
||||
|
||||
deprecated_path := filepath.Join(packerDir, "helper", "config",
|
||||
|
|
|
|||
Loading…
Reference in a new issue