diff --git a/cmd/generate-fixer-deprecations/main.go b/cmd/generate-fixer-deprecations/main.go index 5804ef390..13b576d93 100644 --- a/cmd/generate-fixer-deprecations/main.go +++ b/cmd/generate-fixer-deprecations/main.go @@ -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