fix versions.yaml

krakentools/kreport2krona
Ramprasad Neethiraj 2 years ago
parent 65a0fb959f
commit 17a4e93142

@ -34,7 +34,7 @@ process RHOCALL_ANNOTATE {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' ))
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' )
END_VERSIONS
"""
@ -45,7 +45,7 @@ process RHOCALL_ANNOTATE {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' ))
rhocall: \$(echo \$(rhocall --version 2>&1) | sed 's/rhocall, version //' )
END_VERSIONS
"""
}

Loading…
Cancel
Save