Skip to content

Commit

Permalink
Correct default template file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Oct 25, 2021
1 parent 6e21e33 commit 30a5155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/news/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def cli_build_news(ctx: click.Context) -> None:

template = CONFIG["core"].get("template")
if not template:
template = Path(Path.cwd(), "scripts/news/default_template.rst.jinja")
template = Path(Path.cwd(), "scripts/news/default_template.md.jinja")
else:
template = Path(Path.cwd(), f"scripts/news/{template}")

Expand Down
File renamed without changes.

0 comments on commit 30a5155

Please sign in to comment.