appease linter

This commit is contained in:
Megan Marsh 2020-05-28 16:26:01 -07:00
parent a94e147865
commit 7c2dfd2760
1 changed files with 1 additions and 3 deletions

View File

@ -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",