]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_dummy_runner.rb
Move the Runner selection into the plugin.
[mailshears.git] / lib / rm / rm_dummy_runner.rb
index 60cf23ab8b32c12eefd06fce87a659c697689f0d..477608f8e77318e535ef671eca0bb7a629a5d0ad 100644 (file)
@@ -7,10 +7,10 @@ class RmDummyRunner
     targets.each do |target|
       if target.include?('@') then
         user_description = plugin.describe_user(target)
-        report(plugin, "Would remove user: #{user} (#{user_description})")
+        report(plugin, "Would remove user: #{target} (#{user_description})")
       else
         domain_description = plugin.describe_domain(target)
-        report(plugin, "Would remove domain: #{domain} (#{domain_description})")
+        report(plugin, "Would remove domain: #{target} (#{domain_description})")
       end
     end