]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Fixed an array-nesting bug.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 13 Feb 2010 15:42:05 +0000 (10:42 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 13 Feb 2010 15:42:05 +0000 (10:42 -0500)
bin/mailshears

index f8211b1cf33727f8d5b0a59ce560b153b3f951f0..d34ce54f719749df9ceb78e5625123589b5ad2e4 100755 (executable)
@@ -63,7 +63,7 @@ end
 
 # Figure out which addresses are in the filesystem, but not in the
 # database.
 
 # Figure out which addresses are in the filesystem, but not in the
 # database.
-difference = [fs_accts - db_accts]
+difference = fs_accts - db_accts
 
 # Don't output any unnecessary junk. Cron might mail it to someone.
 if difference.size > 0
 
 # Don't output any unnecessary junk. Cron might mail it to someone.
 if difference.size > 0