diff --git a/genny/plugins/plugin/with/generate/templates/cmd/generate.go.plush b/genny/plugins/plugin/with/generate/templates/cmd/generate.go.plush index a50c4633c..c137071c4 100644 --- a/genny/plugins/plugin/with/generate/templates/cmd/generate.go.plush +++ b/genny/plugins/plugin/with/generate/templates/cmd/generate.go.plush @@ -33,7 +33,7 @@ var generateCmd = &cobra.Command{ } r.With(g) - g, err = gotools.GoFmt(r.Root) + g, err = gogen.Fmt(r.Root) if err != nil { return err }