X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=inline;f=lib%2Fmv%2Fmv_plugin.rb;h=089e6c772bc7d9ddec80db26359449aae08b2c73;hb=aebdf12adce2766e2957f88916fcae6374d4eb4b;hp=29f697c2da028275af40fa3da8f031d5af254592;hpb=35dffd876681d82cb87d54c6a28b8cbdfcc28925;p=mailshears.git diff --git a/lib/mv/mv_plugin.rb b/lib/mv/mv_plugin.rb index 29f697c..089e6c7 100644 --- a/lib/mv/mv_plugin.rb +++ b/lib/mv/mv_plugin.rb @@ -13,7 +13,7 @@ module MvPlugin return MvDummyRunner end - def mv_user(from, to) + def mv_user(src, dst) # Rename the given user. raise NotImplementedError end