Skip to content

Commit f3a5eec

Browse files
committed
bit
1 parent a343784 commit f3a5eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/generators/clientgen/clientgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func toGroupVersionInfo(group parser.Group, version types.PackageVersion) parser
244244
return parser.Group{
245245
Group: group.Group,
246246
Version: parser.Version(namer.IC(version.Version.String())),
247-
// HACK(mjudeikis): This replace is not quite here, but as we collect groups dyanmically, we can't provide global marker for it.
247+
// HACK(mjudeikis): This replace is not quite here, but as we collect groups dynamically, we can't provide global marker for it.
248248
PackageAlias: strings.ReplaceAll(strings.ToLower(group.GoName+version.Version.NonEmpty()), "-", ""),
249249
GoName: strings.ReplaceAll(group.GoName, "-", ""),
250250
LowerCaseGroupGoName: strings.ReplaceAll(namer.IL(group.GoName), "-", ""),

0 commit comments

Comments
 (0)