Skip to content

Commit

Permalink
Update mtdna_server_2.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Dec 28, 2024
1 parent f6fa752 commit 576ba12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/mtdna_server_2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ workflow.onComplete {
subject "[${params.service.name}] Job ${params.project} is complete."
body "Hi ${params.user.name}, your job completed successfully and can be accessed at ${params.service.url}/index.html#!jobs/${params.project}"
}
report.ok("Sent email notification to <b>${params.user.email}</b>")
println "::message:: " + "Sent email notification to <b>${params.user.email}</b>"
} else {

}
}
}

0 comments on commit 576ba12

Please sign in to comment.