]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/mv_plugin.rb
Fix typo in mv_plugin.
[mailshears.git] / lib / mv / mv_plugin.rb
index c5647f2c92a6ecee0915fa5ab96504c3f04e615e..76fad8395cf6454666d3caf1b3ed3e7401dce0cb 100644 (file)
@@ -3,7 +3,7 @@ module MvPlugin
   # Plugins for moving (renaming) accounts.
   #
 
-  def mv_domain(from. to)
+  def mv_domain(from, to)
     # Rename the given domain.
     raise NotImplementedError
   end