summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgenerate-mirror-mail.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-mirror-mail.pl b/generate-mirror-mail.pl
index e0b98b1..58c00b5 100755
--- a/generate-mirror-mail.pl
+++ b/generate-mirror-mail.pl
@@ -108,7 +108,7 @@ while (<>) {
}
# extract and deduplicate sync times
- my @last_sync = keys { map { ${$_}{time} => 1 } @out_of_sync };
+ my @last_sync = keys %{{ map { ${$_}{time} => 1 } @out_of_sync }};
my $sent_mail = 0;
# TODO: set $to