summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2011-12-19 15:41:28 -0800
committerRyan Davis <ryand@zenspider.com>2011-12-19 15:41:28 -0800
commit2690cf7c8cdeffe9d42e4e626056a8f34d9d9262 (patch)
tree6f717faf830f498648ea5e32b6f4fbbf23380179
parentb2226c1ae0d5cb2644e4b46729f3738035311917 (diff)
downloadhoe-2690cf7c8cdeffe9d42e4e626056a8f34d9d9262.tar.gz
+ Make hoe noisy about missing plugins again.
[git-p4: depot-paths = "//src/hoe/dev/": change = 6822]
-rw-r--r--lib/hoe.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 6ed6303..8f3e80c 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -618,8 +618,7 @@ class Hoe
begin
send "define_#{plugin}_tasks"
rescue NoMethodError
- warn "warning: couldn't activate the #{plugin} plugin, skipping" if
- Rake.application.options.trace or $DEBUG
+ warn "warning: couldn't activate the #{plugin} plugin, skipping"
bad << plugin
next