We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee39861 commit 7306b35Copy full SHA for 7306b35
modules/local/benchmark_report/main.nf
@@ -42,7 +42,7 @@ process BENCHMARK_REPORT {
42
cat <<-END_VERSIONS > versions.yml
43
"${task.process}":
44
r: \$(R --version | head -1 | sed 's/R version \\([0-9.]*\\).*/\\1/')
45
- quarto-cli: \$(quarto -v)
46
- END_VERSIONS
+ quarto-cli: \$(quarto --version | head -1 | sed 's/quarto //g')
+END_VERSIONS
47
"""
48
}
0 commit comments