Skip to content

Commit

Permalink
Merge pull request #28 from seqeralabs/fix_mamba_versions
Browse files Browse the repository at this point in the history
Remove special chars from version
  • Loading branch information
pinin4fjords authored May 2, 2024
2 parents cc87a49 + 97b971b commit 7b5219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/seqera_runs_dump/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ process SEQERA_RUNS_DUMP {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
seqera-cli: \$(echo \$(tw --version 2>&1) | sed 's/^.*Tower CLI version //; s/ *\$//')
seqera-cli: \$(echo \$(NO_COLOR=true tw --version 2>&1) | sed 's/^.*Tower CLI version //; s/ *\$//')
END_VERSIONS
"""
}

0 comments on commit 7b5219e

Please sign in to comment.