Skip to content

Commit

Permalink
Merge pull request #3267 from nf-core/fix-logo-typo
Browse files Browse the repository at this point in the history
Fix logo typo in help message for create logos
  • Loading branch information
mashehu authored Oct 31, 2024
2 parents 65db460 + 566d579 commit dc9c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ def command_create_logo(logo_text, directory, name, theme, width, format, force)
Use `nf-core pipelines create-logo` instead.
"""
log.warning(
"The `[magenta]nf-core create-logo[/]` command is deprecated. Use `[magenta]nf-core pipelines screate-logo[/]` instead."
"The `[magenta]nf-core create-logo[/]` command is deprecated. Use `[magenta]nf-core pipeliness create-logo[/]` instead."
)
pipelines_create_logo(logo_text, directory, name, theme, width, format, force)

Expand Down

0 comments on commit dc9c1d1

Please sign in to comment.