1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix import

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-01-14 08:05:22 +02:00
parent edd9dcd44b
commit 1e772e5303
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -33,7 +33,7 @@ import { defaultPackageMirror, packageMirrors } from "../../common/user-store/pr
import got from "got/dist/source";
import { promisify } from "util";
import stream from "stream";
import { noop } from "../renderer/utils";
import { noop } from "lodash/fp";
const bundledVersion = getBundledKubectlVersion();
const kubectlMap: Map<string, string> = new Map([