Skip to content

Commit

Permalink
refact: Remove current repo check
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Nov 7, 2024
1 parent f58815e commit a956e04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nf_core/components/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,5 +1010,3 @@ 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 a956e04

Please sign in to comment.