fix generator to work even in nested packer/packer dirs

This commit is contained in:
Megan Marsh 2020-08-06 13:24:15 -07:00
parent 25f2ec48d3
commit fa163c2514
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ func main() {
if err != nil {
panic(err)
}
paths := strings.SplitAfter(absFilePath, "packer"+string(os.PathSeparator))
paths := strings.Split(absFilePath, "cmd"+string(os.PathSeparator)+
"generate-fixer-deprecations"+string(os.PathSeparator)+"main.go")
packerDir := paths[0]
// Load all deprecated options from all active fixers