Skip to content

Commit

Permalink
Shorter error message for manual plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ph authored and jordansissel committed Apr 9, 2015
1 parent f2d9c7d commit e9e8217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/pluginmanager/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def execute

private
def error_plugin_that_use_path!(plugins)
signal_error("You have installed plugins from a .gem or you have manually defined a plugin in the Gemfile, we cannot update all or update this specific plugin, problematic plugins: #{plugins.collect(&:name).join(",")}")
signal_error("Update is not supported for manually defined plugins or local .gem plugin installations: #{plugins.collect(&:name).join(",")}")
end

def update_all?
Expand Down

0 comments on commit e9e8217

Please sign in to comment.