diff --git a/module/path_helper.go b/module/path_helper.go index 5eb2a75..3195133 100644 --- a/module/path_helper.go +++ b/module/path_helper.go @@ -126,7 +126,7 @@ var %sFieldPathsTopLevel = []string{ return nil } -func (m *pathHelperModule) Name() string { return "pather" } +func (m *pathHelperModule) Name() string { return "paths" } func (m *pathHelperModule) InitContext(ctx pgs.BuildContext) { m.ModuleBase.InitContext(ctx)