From b5e2749b924e6937472c6d2ece0aa47de3715aed Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 22 Jan 2021 14:08:24 +0200 Subject: [PATCH] Fix lint issues Signed-off-by: Lauri Nevala --- src/common/kube-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kube-helpers.ts b/src/common/kube-helpers.ts index 0826edf843..3cf4fda6de 100644 --- a/src/common/kube-helpers.ts +++ b/src/common/kube-helpers.ts @@ -197,4 +197,4 @@ export function validateKubeConfig (config: KubeConfig, contextName: string, val throw new ExecValidationNotFoundError(execCommand, isAbsolute); } } -} \ No newline at end of file +}