Skip to content

Commit d36a896

Browse files
committed
Fix command
1 parent 808446b commit d36a896

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2929,7 +2929,6 @@ workflow.onComplete {
29292929
log.info "[nf-core/eager] Sent summary e-mail to $email_address (sendmail)"
29302930
} catch (all) {
29312931
// Catch failures and try with plaintext
2932-
def mail_cmd = [ 'mail', '-s', subject, email_address ]
29332932
def mail_cmd = [ 'mail', '-s', subject, '--content-type=text', email_address ]
29342933
if ( mqc_report.size() <= params.max_multiqc_email_size.toBytes() ) {
29352934
mail_cmd += [ '-A', mqc_report ]

0 commit comments

Comments
 (0)