diff --git a/nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/main.nf b/nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/main.nf index 797e6328be..7ebcc64aac 100644 --- a/nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/main.nf +++ b/nf_core/pipeline-template/subworkflows/nf-core/utils_nfcore_pipeline/main.nf @@ -130,10 +130,10 @@ def topicVersionToYAML(ch_topic_version) { // def workflowVersionToYAML() { return """ - Workflow: - $workflow.manifest.name: ${getWorkflowVersion()} - Nextflow: $workflow.nextflow.version - """.stripIndent().trim() + |Workflow: + | $workflow.manifest.name: ${getWorkflowVersion()} + | Nextflow: $workflow.nextflow.version + """.stripMargin().trim() } //