henry-container 0.1.19 → 0.1.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ module Henry
|
|
38
38
|
|
39
39
|
`tar czf #{tgz_path} #{self.generated_reports.join(' ')}`
|
40
40
|
|
41
|
-
Henry::EmailClient.send_file(
|
41
|
+
Henry::EmailClient.send_file(tgz_path, self.report_recipients.uniq, "[Henry Reports] #{self.name}")
|
42
42
|
|
43
43
|
`rm #{tgz_path}`
|
44
44
|
end
|
@@ -38,7 +38,7 @@ module Henry
|
|
38
38
|
|
39
39
|
`tar czf #{tgz_path} #{self.generated_reports.join(' ')}`
|
40
40
|
|
41
|
-
Henry::EmailClient.send_file(
|
41
|
+
Henry::EmailClient.send_file(tgz_path, self.report_recipients.uniq, "[Henry Reports] #{self.name}")
|
42
42
|
|
43
43
|
`rm #{tgz_path}`
|
44
44
|
end
|