diff --git a/nf_core/components/lint/__init__.py b/nf_core/components/lint/__init__.py index 8cdaa93d83..ed0730d7b4 100644 --- a/nf_core/components/lint/__init__.py +++ b/nf_core/components/lint/__init__.py @@ -106,7 +106,7 @@ def __init__( NFCoreComponent( comp, None, - Path(local_component_dir, m), + Path(local_component_dir, comp), self.repo_type, Path(self.dir), self.component_type,