mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[pack installer] fixed case on import statement
This commit is contained in:
parent
52f653a47d
commit
dcf1dac8c0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import _ from 'lodash';
|
||||
import pkg from '../utils/package_json';
|
||||
import Command from '../cli/Command';
|
||||
import Command from '../cli/command';
|
||||
import listCommand from './list';
|
||||
import installCommand from './install';
|
||||
import removeCommand from './remove';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue