diff --git a/src/api/kube.ts b/src/api/kube.ts index 911ef22d9..3e495fbd0 100644 --- a/src/api/kube.ts +++ b/src/api/kube.ts @@ -19,8 +19,8 @@ import { merge } from 'lodash' import * as net from 'net' import { Writable } from 'stream' -import { getClusterClientCommand } from '../../src/util' import { DEFAULT_CHE_IMAGE } from '../constants' +import { getClusterClientCommand } from '../util' export class KubeHelper { kc = new KubeConfig() diff --git a/yarn.lock b/yarn.lock index 04782c47b..7da6c5bb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1688,7 +1688,7 @@ ecc-jsbn@~0.1.1: "eclipse-che@git://github.com/eclipse/che#master": version "0.0.0" - resolved "git://github.com/eclipse/che#980be4ce442fad6bdf3f1203615af4147b06d066" + resolved "git://github.com/eclipse/che#3af3742d6f3263a0cc75cb9261b0bc04acdf487e" editorconfig@^0.15.0: version "0.15.3"