Skip to content

Commit 31fc939

Browse files
committed
Fix fake type package name
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
1 parent 9c79123 commit 31fc939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)