Skip to content

Commit

Permalink
Revert "refact: Remove current repo check"
Browse files Browse the repository at this point in the history
This reverts commit a956e04.
  • Loading branch information
jvfe committed Nov 7, 2024
1 parent a956e04 commit 347ebcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nf_core/components/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,3 +1010,5 @@ def _reset_component_type(self, original_component_type, original_update_all):
self.component_type = original_component_type
self.modules_json.pipeline_components = None
self.update_all = original_update_all
if self.current_remote is None:
self.current_remote = self.modules_repo.remote_url

0 comments on commit 347ebcc

Please sign in to comment.