Skip to content

Commit

Permalink
Merge pull request nf-core#1448 from ewels/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in log message.
  • Loading branch information
sateeshperi authored Mar 15, 2022
2 parents 333a451 + daa67ed commit eb35d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/modules/modules_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def modules_json_up_to_date(self):
log.info(f"Recomputing commit SHA for module {format_missing[0]} which was missing from 'modules.json'")
else:
log.info(
f"Recomputing commit SHAs for modules which which were were missing from 'modules.json': {', '.join(format_missing)}"
f"Recomputing commit SHAs for modules which were missing from 'modules.json': {', '.join(format_missing)}"
)
failed_to_find_commit_sha = []
for repo, modules in missing_from_modules_json.items():
Expand Down

0 comments on commit eb35d3a

Please sign in to comment.