Skip to content

Commit

Permalink
fix create-logo cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Jul 26, 2024
1 parent 7b883eb commit 0fe3910
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 @@ -650,7 +650,7 @@ def command_pipelines_bump_version(ctx, new_version, directory, nextflow):
# nf-core pipelines create-logo
@pipelines.command("create-logo")
@click.argument("logo-text", metavar="<logo_text>")
@click.option("-d", "--dir", type=click.Path(), default=".", help="Directory to save the logo in.")
@click.option("-d", "--dir", "directory", type=click.Path(), default=".", help="Directory to save the logo in.")
@click.option(
"-n",
"--name",
Expand Down

0 comments on commit 0fe3910

Please sign in to comment.