]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_dummy_runner.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / rm / rm_dummy_runner.rb
index 091d32881bb9940f5f72c5ff2f67c3ba0030010e..60cf23ab8b32c12eefd06fce87a659c697689f0d 100644 (file)
@@ -6,7 +6,7 @@ class RmDummyRunner
   def run(plugin, *targets)
     targets.each do |target|
       if target.include?('@') then
   def run(plugin, *targets)
     targets.each do |target|
       if target.include?('@') then
-        user_description = plugin.describe_account(target)
+        user_description = plugin.describe_user(target)
         report(plugin, "Would remove user: #{user} (#{user_description})")
       else
         domain_description = plugin.describe_domain(target)
         report(plugin, "Would remove user: #{user} (#{user_description})")
       else
         domain_description = plugin.describe_domain(target)