mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-28 02:48:38 +00:00
Fix another typo in comment in RemovePluginCommand
This commit fixes another typo introduced when explaining that ingest-geoip and ingest-user-agent receive special handling in RemovePluginCommand.
This commit is contained in:
parent
02a1b2bd75
commit
c1722c24f1
@ -114,7 +114,7 @@ class RemovePluginCommand extends EnvironmentAwareCommand {
|
||||
|
||||
/*
|
||||
* This is special case handling for ingest-geoip and ingest-user-agent since they are modules now but could have been installed
|
||||
* from a previous version when there were plugins.
|
||||
* from a previous version when they were plugins.
|
||||
*/
|
||||
if ("ingest-geoip".equals(pluginName) || "ingest-user-agent".equals(pluginName)) {
|
||||
throw new UserException(
|
||||
|
Loading…
x
Reference in New Issue
Block a user