mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Moves version from plugin installer to utils
This commit is contained in:
parent
f74eb9b4cb
commit
ae492ff066
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import _ from 'lodash';
|
|||
import { fromRoot } from '../../utils';
|
||||
import KbnServer from '../../server/kbn_server';
|
||||
import readYamlConfig from '../../cli/serve/read_yaml_config';
|
||||
import { versionSatisfies, cleanVersion } from './version';
|
||||
import { versionSatisfies, cleanVersion } from '../../utils/version';
|
||||
import { statSync } from 'fs';
|
||||
|
||||
export function existingInstall(settings, logger) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue