fix versions.yaml

This commit is contained in:
Ramprasad Neethiraj 2022-06-07 14:43:35 +02:00
parent 65a0fb959f
commit 17a4e93142

View file

@ -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
"""
}