diff --git a/src/content/blog/2024/nextflow-24.04-highlights.md b/src/content/blog/2024/nextflow-24.04-highlights.md index adfc444f..845ea8b7 100644 --- a/src/content/blog/2024/nextflow-24.04-highlights.md +++ b/src/content/blog/2024/nextflow-24.04-highlights.md @@ -156,10 +156,10 @@ workflow { Channel.topic('versions') // [!code ++] | unique() | map { process, name, version -> - """ + """\ ${process.tokenize(':').last()}: ${name}: ${version} - """.stripIndent().trim() + """.stripIndent() } | collectFile(name: 'collated_versions.yml') | CUSTOM_DUMPSOFTWAREVERSIONS