Skip to content

Commit 5716934

Browse files
fix(k8s): fix typo export index.gen.ts (#2474)
Co-authored-by: Laure-di <62625835+Laure-di@users.noreply.github.com>
1 parent 83e29c3 commit 5716934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_generated/k8s/src/index.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as K8sv1 from './v1/index.js'
6+
export * as K8Sv1 from './v1/index.js'

0 commit comments

Comments
 (0)