]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Plugin rake task: specify the path the plugin was written to
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 18 Aug 2010 08:45:21 +0000 (10:45 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 18 Aug 2010 08:45:21 +0000 (10:45 +0200)
tasks/plugin.rake

index f781481e89704f34b1c78cbe465bfca181708e79..2a572786b9b752911167c17c71c4aadb2db7d653 100644 (file)
@@ -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