From: Giuseppe Bilotta Date: Wed, 18 Aug 2010 08:45:21 +0000 (+0200) Subject: Plugin rake task: specify the path the plugin was written to X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d80339ee8ba83f88571f17b815087ff87c5e3490;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git Plugin rake task: specify the path the plugin was written to --- diff --git a/tasks/plugin.rake b/tasks/plugin.rake index f781481e..2a572786 100644 --- a/tasks/plugin.rake +++ b/tasks/plugin.rake @@ -47,7 +47,7 @@ plugin.map "#{plugin_name} [:arg]", :action => 'example' f << plugin_template end - puts "Plugin skeleton for #{class_name} written!" + puts "Plugin skeleton for #{class_name} written to #{file_path}!" puts "Now issue `rescan` on the bot and use the command `help #{plugin_name}` to see that the plugin works." puts end