Skip to content

Commit

Permalink
remove last / from bump-version pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jul 18, 2023
1 parent 8fcb465 commit 19a19f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nf_core/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def bump_pipeline_version(pipeline_obj, new_version):
pipeline_obj,
[
(
"/dev/",
f"/{multiqc_new_version}/",
"/dev",
f"/{multiqc_new_version}",
),
(
rf"{re.escape(current_version)}",
Expand Down

0 comments on commit 19a19f6

Please sign in to comment.