Skip to content

Commit

Permalink
Fix incorrect app name in ILM license checker. (#56355)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Feb 3, 2020
1 parent 4aa7275 commit e28e149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { i18n } from '@kbn/i18n';
export function checkLicense(xpackLicenseInfo) {
const pluginName = 'Index Management';
const pluginName = 'Index Lifecycle Policies';

// If, for some reason, we cannot get the license information
// from Elasticsearch, assume worst case and disable
Expand Down

0 comments on commit e28e149

Please sign in to comment.