Skip to content

Commit e4e6812

Browse files
authored
Fix line length lint error
1 parent b9a1e2b commit e4e6812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/typescript/apply/apply-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export async function apply(specPath: string): Promise<k8s.KubernetesObject[]> {
3232
await client.read(spec);
3333
// we got the resource, so it exists, so patch it
3434
//
35-
// Note that this could fail if the spec refers to a custom resource. For custom resources you may need to specify
36-
// a different patch merge strategy in the content-type header.
35+
// Note that this could fail if the spec refers to a custom resource. For custom resources you may need
36+
// to specify a different patch merge strategy in the content-type header.
3737
//
3838
// See: https://github.com/kubernetes/kubernetes/issues/97423
3939
const response = await client.patch(spec);

0 commit comments

Comments
 (0)