Skip to content

Commit 31fc939

Browse files
committed
Fix fake type package name
Signed-off-by: Andy Goldstein <[email protected]>
1 parent 9c79123 commit 31fc939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/clientgen/fake_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ var fakeTypedClient = `
133133
134134
// Code generated by kcp code-generator. DO NOT EDIT.
135135
136-
package {{.group.Version.PackageName}}
136+
package fake
137137
138138
import (
139139
"github.com/kcp-dev/logicalcluster/v3"

0 commit comments

Comments
 (0)