tasks/debug_mail.rake in alf-0.9.3 vs tasks/debug_mail.rake in alf-0.10.0
- old
+ new
@@ -54,10 +54,10 @@
end
# Load interesting changesets
changes, end_found = [], 0
File.readlines(logs.first).select{|line|
- if line =~ /^#/
+ if line =~ /^# /
break if end_found >= 1
end_found += 1
end
changes << line
}