Skip to content

Commit

Permalink
Merge branch 'branch-modules-json' of github.com:ErikDanielsson/tools…
Browse files Browse the repository at this point in the history
… into branch-modules-json
  • Loading branch information
ErikDanielsson committed Aug 5, 2022
2 parents 63282dc + 5b1d2a4 commit 7b72ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/modules/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def get_single_module_info(self, module):
if current_branch != new_branch:
log.warning(
f"You are trying to update the '{Path(self.modules_repo.fullname, module)}' module from "
f"the '{new_branch}' branch which was installed from the '{current_branch}'"
f"the '{new_branch}' branch. This module was installed from the '{current_branch}'"
)
switch = questionary.confirm(f"Do you want to update using the '{current_branch}' instead?").unsafe_ask()
if switch:
Expand Down

0 comments on commit 7b72ecf

Please sign in to comment.