diff options
-rw-r--r-- | tasks/plugin.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |