Skip to content

Commit

Permalink
Merge pull request #2122 from awgymer/fix-lint-pipeline-name
Browse files Browse the repository at this point in the history
Fix lint pipeline name
  • Loading branch information
awgymer authored Dec 12, 2022
2 parents 3dc4052 + a8cc7d9 commit 94a03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def create_param_dict(self, name, description, author, version, template_yaml_pa
param_dict["logo_dark"] = f"{param_dict['name_noslash']}_logo_dark.png"
param_dict["version"] = version

config_yml = nf_core.utils.load_tools_config()
_, config_yml = nf_core.utils.load_tools_config()
if (
"lint" in config_yml
and "nextflow_config" in config_yml["lint"]
Expand Down

0 comments on commit 94a03a1

Please sign in to comment.