Fix description of die with dignity plugin

This commit adjusts the description of the die with dignity plugin which
was leftover from a previous iteration on this work.
This commit is contained in:
Jason Tedor 2018-03-14 07:45:32 -04:00
parent 34a264c375
commit d3d7c04524
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
apply plugin: 'elasticsearch.esplugin'
esplugin {
description 'Out of memory plugin'
description 'Die with dignity plugin'
classname 'org.elasticsearch.DieWithDignityPlugin'
}