Skip to content

Commit dc9c1d1

Browse files
authored
Merge pull request #3267 from nf-core/fix-logo-typo
Fix logo typo in help message for create logos
2 parents 65db460 + 566d579 commit dc9c1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ def command_create_logo(logo_text, directory, name, theme, width, format, force)
18371837
Use `nf-core pipelines create-logo` instead.
18381838
"""
18391839
log.warning(
1840-
"The `[magenta]nf-core create-logo[/]` command is deprecated. Use `[magenta]nf-core pipelines screate-logo[/]` instead."
1840+
"The `[magenta]nf-core create-logo[/]` command is deprecated. Use `[magenta]nf-core pipeliness create-logo[/]` instead."
18411841
)
18421842
pipelines_create_logo(logo_text, directory, name, theme, width, format, force)
18431843

0 commit comments

Comments
 (0)