Skip to content

Commit 02a1b2b

Browse files
committed
Fix typos in comment in RemovePluginCommand
This commit fixes some typos in a comment explaining the special handling of ingest-geoip and ingest-user-agent in RemovePluginCommand.
1 parent 1f574bd commit 02a1b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/RemovePluginCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void execute(Terminal terminal, Environment env, String pluginName, boolean purg
114114

115115
/*
116116
* This is special case handling for ingest-geoip and ingest-user-agent since they are modules now but could have been installed
117-
* from a previous when it was a plugin.
117+
* from a previous version when there were plugins.
118118
*/
119119
if ("ingest-geoip".equals(pluginName) || "ingest-user-agent".equals(pluginName)) {
120120
throw new UserException(

0 commit comments

Comments
 (0)