X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Frm_dummy_runner.rb;fp=lib%2Frm%2Frm_dummy_runner.rb;h=477608f8e77318e535ef671eca0bb7a629a5d0ad;hp=60cf23ab8b32c12eefd06fce87a659c697689f0d;hb=6f2bc0181c6bb900e37d04ea722beec54486b87e;hpb=72696d3f6e95ef773af9727e9c3459b9038b0fc2 diff --git a/lib/rm/rm_dummy_runner.rb b/lib/rm/rm_dummy_runner.rb index 60cf23a..477608f 100644 --- a/lib/rm/rm_dummy_runner.rb +++ b/lib/rm/rm_dummy_runner.rb @@ -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