Skip to content

Commit

Permalink
Moves version from plugin installer to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFunger committed Sep 14, 2016
1 parent f74eb9b commit ae492ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_plugin/install/kibana.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
File renamed without changes.

0 comments on commit ae492ff

Please sign in to comment.