Skip to content

Commit 9391a3f

Browse files
Merge branch 'dev' into feature/3952-create-waveyml
2 parents d38d2c3 + 03bcc65 commit 9391a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nf_core/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def rocrate(
636636
@click.option("-g", "--github-repository", type=str, help="GitHub PR: target repository.")
637637
@click.option("-u", "--username", type=str, help="GitHub PR: auth username.")
638638
@click.option("-t", "--template-yaml", help="Pass a YAML file to customize the template")
639-
@click.option("-b", "--blog-post", type=str, help="Link to the blog post")
639+
@click.option("--blog-post", type=str, help="Link to the blog post")
640640
@click.option("-n", "--no-prompts", is_flag=True, default=False, help="Run without prompting for user input")
641641
def command_pipelines_sync(
642642
ctx,

0 commit comments

Comments
 (0)