mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Remove excess period
The error is supplemented by ", message: " + exception As such, a period is unhelpful. Fixes #9749
This commit is contained in:
parent
ccfa770939
commit
186a588e57
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ class LogStash::PluginManager::Remove < LogStash::PluginManager::Command
|
||||||
|
|
||||||
remove_unused_locally_installed_gems!
|
remove_unused_locally_installed_gems!
|
||||||
rescue => exception
|
rescue => exception
|
||||||
report_exception("Operation aborted, cannot remove plugin.", exception)
|
report_exception("Operation aborted, cannot remove plugin", exception)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue