Skip to content

Commit 20d22e0

Browse files
committed
hack/tests: update scaffolder
1 parent 327b637 commit 20d22e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/tests/scaffolding/scaffold-memcached.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ func main() {
145145

146146
tmplFiles := map[string]string{
147147
filepath.Join(localSDKPath, "example/memcached-operator/memcached_controller.go.tmpl"): "pkg/controller/memcached/memcached_controller.go",
148-
filepath.Join(localSDKPath, "test/e2e/incluster-test-code/main_test.go.tmpl"): "test/e2e/main_test.go",
149-
filepath.Join(localSDKPath, "test/e2e/incluster-test-code/memcached_test.go.tmpl"): "test/e2e/memcached_test.go",
148+
filepath.Join(localSDKPath, "test/e2e/_incluster-test-code/main_test.go"): "test/e2e/main_test.go",
149+
filepath.Join(localSDKPath, "test/e2e/_incluster-test-code/memcached_test.go"): "test/e2e/memcached_test.go",
150150
}
151151
for src, dst := range tmplFiles {
152152
if err := os.MkdirAll(filepath.Dir(dst), fileutil.DefaultDirFileMode); err != nil {

0 commit comments

Comments
 (0)