Skip to content

Commit 53a022b

Browse files
committed
Use exact docs dir in the helper comment
1 parent 4d4faae commit 53a022b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection_rules/devtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ def deprecate_rule(ctx: click.Context, rule_file: Path, deprecation_folder: Path
802802
help='GitHub token to push to gist', hide_input=True)
803803
@click.option('--gist-id', default=NAVIGATOR_GIST_ID, help='Gist ID to be updated (must exist).')
804804
@click.option('--print-markdown', is_flag=True, help='Print the generated urls')
805-
@click.option('--update-coverage', is_flag=True, help='Update the docs-dev/ATT&CK-coverage.md file')
805+
@click.option('--update-coverage', is_flag=True, help=f'Update the {DOCS_DIR}/ATT&CK-coverage.md file')
806806
def update_navigator_gists(directory: Path, token: str, gist_id: str, print_markdown: bool,
807807
update_coverage: bool) -> list:
808808
"""Update the gists with new navigator files."""

0 commit comments

Comments
 (0)