aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/plugin.rb')
-rw-r--r--railties/lib/commands/plugin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/plugin.rb b/railties/lib/commands/plugin.rb
index f18a49d683..2a9d511eb4 100644
--- a/railties/lib/commands/plugin.rb
+++ b/railties/lib/commands/plugin.rb
@@ -761,7 +761,7 @@ module Commands
::Plugin.find(name).install(install_method, @options)
end
rescue
- puts "Plugin not found: #{name}"
+ puts "Plugin not found: #{args.inspect}"
exit 1
end
end